-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Windows XP
Jenkins 1.569
After upgrading from Jenkins 1.544, the "Test Result" column appears to have an incorrect link for each job, doubling up on the view path where we only expect one, i.e.:
http://jenkinsSite:8080/ view/ViewName / view/viewName /job/jobName/lastCompletedBuild/testReport
Looking at the "TestResultColumn/column.jelly" file, I can see the link as:
<a href="${job.url}lastCompletedBuild/${tr.urlName}/">
It would appear that a change made as part of JENKINS-19310, changes the value of ${job.url} thus probably causing this problem.
- depends on
-
JENKINS-25113 Column extensions: job.url in column.jelly is wrong in non-default views
- Resolved
- is duplicated by
-
JENKINS-25274 The link to "Failed Tests" is invalid in custom views
- Resolved
-
JENKINS-25425 Wrong link in Test Result column in custom view
- Resolved
-
JENKINS-26325 Invalid test results link
- Resolved
-
JENKINS-23624 Incorrect Test Result link
- Closed
-
JENKINS-26526 Test results link only works from "All" tab
- Closed
- is related to
-
JENKINS-25334 Percentage link does not work in non-default views
- Closed