Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to set Jenkins root URL in the GUI?

Tags:

jenkins

Jenkins is giving me a warning:

Jenkins root URL is empty but is required for the proper operation of many Jenkins features like email notifications, PR status update, and environment variables such as BUILD_URL. Please provide an accurate value in Jenkins configuration.

The link to Jenkins configuration is /configure, but there is no "Root URL" field there. Where can this be set?

like image 838
alberto56 Avatar asked Mar 11 '19 15:03

alberto56


People also ask

Where is Jenkins URL set?

Fixing a root urlGo to Jenkins > Manage Jenkins > Configure System, and locate the section titled "Jenkins Location". You should see the warning here as well. Replace "localhost" with a valid hostname. Click Save.

Where I can configure tools in Jenkins GUI?

Let's say that you have a build that needs NodeJS. It is possible to use a NodeJS Plugin for it, but we will use it as an example. Go to the Manage Jenkins > Global Tool Configuration page and to find the Custom Tool section there.

How do I access Jenkins UI?

To see Jenkins, simply bring up a web browser and go to URL http :// myServer :8080 where myServer is the name of the system running Jenkins.

How do I change Jenkins configuration?

In the Jenkins dashboard, click Manage Jenkins from the left hand side menu. Then click on 'Configure System' from the right hand side.


1 Answers

It is located in Manage Jenkins -> Configure System -> Jenkins Location.

Note: if you want to change Jenkins URL, I recommend to read this and this answers first.

like image 154
biruk1230 Avatar answered Oct 09 '22 05:10

biruk1230