Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I find my Artifactory server ID?

I'm using jfrog rt config to configure JFrog CLI. It asks for my "Artifactory server ID". I can't find any information about this in the JFrog documentation or on my Artifactory instance. How do I find this server ID?

like image 351
giraffe Avatar asked May 22 '17 17:05

giraffe


People also ask

What is Artifactory base URL?

Custom URL Base By default, URLs generated in Artifactory use the context URL returned by your servlet container as a base. A custom URL base is useful when Artifactory is running behind a proxy. In this case the base for URLs generated in Artifactory for links and redirect responses must be specified manually.

How do I access Artifactory?

Access Artifactory from your browser at: http://SERVER_ HOSTNAME:8082/ui/ . For example, on your local machine: http://localhost:8082/ui/ . Check Artifactory Log.

How do I get an Artifactory URL?

Option 1 (If you are able to access the Artifactory UI): Navigate to Admin -> Configuration-> General Configuration-> General settings -> change Custom Base URL to a new url.


1 Answers

The meaning of that field is for you to give this instance a name.

Just pick a name for this instance and rock on :)

like image 61
Ariel Avatar answered Sep 18 '22 09:09

Ariel