How to Check Your Artifactory Version Number Through Your Artifactory SaaS Account?

How to Check Your Artifactory Version Number Through Your Artifactory SaaS Account?

AuthorFullName__c
Amith Kumar Mutakari
articleNumber
000001313
ft:sourceType
Salesforce
FirstPublishedDate
2016-10-06T13:35:34Z
lastModifiedDate
2024-03-10T07:49:09Z
VersionNumber
10

Do the following:

  1. Login to your Artifactory SaaS account as a user who has Artifactory access.

  2. Modify the webpage address by appending /api/system/version to your Artifactory SaaS base URL. For example, if your instance has been migrated to JFrog Platform 7.x then please use the following URL:

https://<instancename>.jfrog.io/artifactory/api/system/version 


In other words, if your instance name is myartcloud then use:

https://myartcloud.jfrog.io/artifactory/api/system/version

 

  1. If your instance has not yet migrated to 7.x, then use:

https://myartcloud.jfrog.io/myartcloud/api/system/version
  1. Access the URL

  2. Search for your Artifactory version number

Note: You can get the same result by using a REST API.