Artifactory, Xray, Pipelines: How to Check your JFrog SaaS Artifactory, Xray & Pipelines version
JFrog SaaS instance doesn’t display your current running versions of Artifactory, Xray & Pipelines in JFrog Platform Form UI. In order to check the current running versions of your SaaS Artifactory, Xray & Pipelines, please follow the below steps:
Artifactory:
To check your Artifactory SaaS version you may follow the steps provided.
Xray:
Access the below URL in your browser and pass the Admin credentials to verify Xray SaaS version.
UI: https://server_name.jfrog.io/xray/api/v1/system/version
REST API:curl -uadmin:xxxxxx https://server_name.jfrog.io/xray/api/v1/system/version
Pipelines:
Access the below URL in your browser and pass the Admin credentials to verify your SaaS Pipelines version.
UI: https://server_name.jfrog.io/pipelines/api/v1/system/info
REST API:curl -uadmin:xxxxxx https://server_name.jfrog.io/pipelines/api/v1/system/info
Note: Replace the server_name name with your Artifactory SaaS server name.