-
Bug
-
Resolution: Fixed
-
Minor
-
Windows 7, x64, running as a service
Open the page of a MultiJob project from a view. You will get the same page in the different URL-s:
jenkinsserver:8080/job/My_Jobs_name_MultiJob/
jenkinsserver:8080/view/Unit_tests/job/My_Jobs_name_MultiJob/
But because of the relative urls, the link to the MultiJob-s console output is also different:
jenkinsserver:8080/view/Unit_tests/view/Unit_tests/job/My_Jobs_name_MultiJob/10/console
jenkinsserver:8080/job/My_Jobs_name_MultiJob/10/console
As it's showed above, the link for the console output contains the view name twice. The correct shloud contain the view name once ow not at all:
jenkinsserver:8080/view/Unit_tests/job/My_Jobs_name_MultiJob/10/console
jenkinsserver:8080/job/My_Jobs_name_MultiJob/10/console