How to configure the web page link in jenkins job -


i ask stupid question because don't have understanding of administration , jenkins.

i have created new git branch foo out going existing project branch baar , deploy foo branch jenkins job. reasdon have created new jenkins job foo-job copying existing 1 job baar-job , have changed branch configuration in new job foo-branch.

it's this: when baar-job run seccuessfully, can call project web page on link http://maschine-ip:8080/project/.

my question how configure this project link in new created job new created foo-branch? automatically http://maschine-ip:8080/project/?

jenkins creates job url's according pattern: http://maschine-ip:8080/${job name}

then, url newly created job according new job's name. recommend not touch configuration


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -