Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23583

Column "Test Result" has incorrect link

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • extra-columns-plugin
    • 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.

            fredg Fred G
            amolago Chris Lake
            Votes:
            8 Vote for this issue
            Watchers:
            17 Start watching this issue

              Created:
              Updated:
              Resolved: