-
Bug
-
Resolution: Duplicate
-
Minor
-
Jenkins 1.596
I am observing the following behaviours when trying accessing the test results from the All tab and from any other tab. The link I'm talking about can be seen in the attached image:
- The link Jenkins redirects the user when clicking the link from the All tab is: https://<server>/view/<tab_Name>/job/<job_Name>/lastCompletedBuild/testReport/
- The link Jenkins redirects the user when clicking the link from the other tab is: https://<server>/view/<tab_Name>/view/<tab_Name>/job/<job_Name>/lastCompletedBuild/testReport/
The problem is that the link has view/<tab_Name>/ duplicated.
I've tried with different view plugins with the same results. For example:
- Dashboard
- List view
- My view
- duplicates
-
JENKINS-23583 Column "Test Result" has incorrect link
- Resolved