-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Jenkins 1.655, extra-columns 1.16, Debian
I recently reorganized jobs using the folders plugin from Cloudbees.
When browsing to a job directly from the folder the console output link is correct.
example:
http://jenkins/job/MyFolder/job/MyJob
gives
<a href="/job/MyFolder/job/MyJob/1/console">
When browsing via a view to the job then the console output link is wrong.
example:
http://jenkins/view/MyView/job/MyFolder/job/MyJob
gives
<a href="../../../../job/MyJob/1/console">