• 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.

          [JENKINS-23583] Column "Test Result" has incorrect link

          Chris Lake created issue -
          Mike Chmielewski made changes -
          Link New: This issue is duplicated by JENKINS-23624 [ JENKINS-23624 ]
          Pete Wilbo made changes -
          Assignee Original: Fred G [ fredg ] New: Pete Wilbo [ wilbo ]
          Pete Wilbo made changes -
          Assignee Original: Pete Wilbo [ wilbo ] New: Fred G [ fredg ]

          centic added a comment -

          I have reported a general bug-report for this at JENKINS-25113

          centic added a comment - I have reported a general bug-report for this at JENKINS-25113
          centic made changes -
          Link New: This issue depends on JENKINS-25113 [ JENKINS-25113 ]

          Diogo Campos added a comment -

          It seems that this only happens for views using a regex to match jobs.

          Jobs selected individually from checkboxes do not have this problem.

          Diogo Campos added a comment - It seems that this only happens for views using a regex to match jobs. Jobs selected individually from checkboxes do not have this problem.
          Ulli Hafner made changes -
          Link New: This issue is duplicated by JENKINS-25274 [ JENKINS-25274 ]

          Ulli Hafner added a comment -

          Ulli Hafner added a comment - Fred, I think you need to check all your columns. job.getUrl() now returns a url containing the view part. See discussions: https://github.com/jenkinsci/cobertura-plugin/commit/1a899111888f458109b47758a0c667c07c3995b8#commitcomment-8302902 https://github.com/jenkinsci/cobertura-plugin/commit/7fd072ed198217974ef275d5662bf882f92147dd JENKINS-24436

          Fred G added a comment -

          Thanks Ulli for the heads-up.
          I will take a look.

          Fred G added a comment - Thanks Ulli for the heads-up. I will take a look.

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

              Created:
              Updated:
              Resolved: