Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Component/s: extra-columns-plugin
-
Labels:None
-
Environment:Jenkins 1.655, extra-columns 1.16, Debian
-
Similar Issues:
Description
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">
Might be duplicate of JENKINS-20724