-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Server 2008, Jenkins 1.474, Muli-Job plugin 1.4
We host jenkins with a /jenkins context on our site and do not use root. When selecting a build from the multijob build screen on an old build (not currently running) and then select the downstream build # link you are redirected to the root context and does not retain the current context.
Example:
http://localhost/jenkins/job/MultiJob1/1 – > click downstream Test build #1 link --> redirected to http://localhost/job/Test/1
Same issue as https://issues.jenkins-ci.org/browse/JENKINS-14955 and https://issues.jenkins-ci.org/browse/JENKINS-15965