You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rmkanda
The answer depends on your Xray server configuration.
Typically for SaaS users https://<jfrog-url>/xray or, in your case https://artifactory.test.com/xray.
If it doesn't work, as Artifactory admin user, you can find Xray base URL by retrieving Arifactory's general configuration.
For example:
jfrog rt curl /api/system/configuration
Response:
<configxmlns="http://artifactory.jfrog.org/xsd/3.1.1"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.jfrog.org/xsd/artifactory-v3_1_1.xsd">
...
<xrayConfig>
...
<baseUrl>This is Xray URL</baseUrl>
...
</config>
We are running JFrog artifactory 7.7.3 which has integrated xray.
Let's say our URL is https://artifactory.test.com/
What will be the URL for xray?
The text was updated successfully, but these errors were encountered: