Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
Windows 7, x64, running as a service
Description
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
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/10/console 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 is contains 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 |
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 is contains 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 |
Description |
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 is contains 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 |
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 |
Assignee | jieryn [ jieryn ] |
Assignee | Fred G [ fredg ] |
Workflow | JNJira [ 152533 ] | JNJira + In-Review [ 178240 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Should be fixed, once https://github.com/jenkinsci/console-column-plugin/pull/2 has been merged.