Jenkins url change

2019-02-26 12:44发布

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.

1条回答
该账号已被封号
2楼-- · 2019-02-26 13:31

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

查看更多
登录 后发表回答