-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When the pipeline (the view) and the jobs are placed inside a folder, the configuration "Use relative links for easier navigation" does not give a valid url for the job when it is clicked on the pipeline view, instead giving a 404 page not found.
Example
I have a FOLDER with a PIPELINE inside and, also inside, a JOB. When I click on JOB, this is the href value:
http://URL/jenkins/job/FOLDER/view/PIPELINE/job/FOLDER/job/JOB/99/ gives 404.
Instead, it should be:
http://URL/jenkins/job/FOLDER/view/PIPELINE/job/JOB/99/