Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins url change

Tags:

jenkins

hudson

Currently, we have Jenkins on a Ubuntu 10.04.3 VM. The url for this is http://jenkins.myorg.com:8080/.

Now we need to setup another Jenkins for different project. For that, I cloned above VM and changed its hostname to Jenkins2. Now how to set url for this new vm to like http://jenkins2.myorg.com:8080/.

I am able to access this new Jenkins using its ipaddress:8080.

like image 689
user1366786 Avatar asked Jul 17 '13 22:07

user1366786


People also ask

Can Jenkins URL be changed?

Fixing a root url Go 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 is Jenkins URL set?

The file config. xml in the Jenkins home folder. Right.

How do I make my Jenkins URL public?

You can find it under Manage Jenkins >> Manage Users >> Create Users. Show activity on this post. It is related to networking. The machines should be on the same network, so they can talk to each other (unless you have public IP).

How do I change my IP address in Jenkins?

In your jenkins Dashboard go to Manage Jenkins > Configure System. Under Jenkins Location set the Jenkins URL to the new IP address of your server computer. Save changes.


1 Answers

In Manage Jenkins > Configure System there's a field Jenkins URL where you can specify exactly that.

like image 68
Lars Kotthoff Avatar answered Oct 03 '22 04:10

Lars Kotthoff