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

radiatorviewplugin has incorrect links for jobs in folders

    XMLWordPrintable

Details

    Description

      A Radiator view that exists in a folder structure creates incorrect links for the jobs that exist in it.
      For example:
      A Radiator view at
      http://jenkins/job/FolderA/job/FolderB/view/Radiator/
      Clicking on a job gives
      http://jenkins/job/FolderA/job/FolderB/view/Radiator/job/FolderA/job/FolderB/job/JOBNAME/lastBuild
      instead of
      http://jenkins/job/FolderA/job/FolderB/view/Radiator/job/JOBNAME/lastBuild

      Attachments

        Issue Links

          Activity

            pdr Pete Ryland added a comment -

            This bug came up for us too, after upgrading Jenkins from 1.559 to 1.571.

            pdr Pete Ryland added a comment - This bug came up for us too, after upgrading Jenkins from 1.559 to 1.571.

            Code changed in jenkins
            User: Baptiste Mathus
            Path:
            src/main/resources/hudson/model/RadiatorView/job.jelly
            http://jenkins-ci.org/commit/radiatorview-plugin/60e37149d77ba77fdfb31648498b651543fc5ce8
            Log:
            [FIXED JENKINS-23096] incorrect links for jobs

            The behaviour of the job.getUrl() seems to have changed around Jenkins
            1.568. It now returns a relative path instead of an absolute one. So
            replacing the relative url by an absolute one fixes it for the
            radiatorplugin.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Baptiste Mathus Path: src/main/resources/hudson/model/RadiatorView/job.jelly http://jenkins-ci.org/commit/radiatorview-plugin/60e37149d77ba77fdfb31648498b651543fc5ce8 Log: [FIXED JENKINS-23096] incorrect links for jobs The behaviour of the job.getUrl() seems to have changed around Jenkins 1.568. It now returns a relative path instead of an absolute one. So replacing the relative url by an absolute one fixes it for the radiatorplugin.

            Fixed with 1.22 released yesterdeay.

            batmat Baptiste Mathus added a comment - Fixed with 1.22 released yesterdeay.

            People

              batmat Baptiste Mathus
              rmyung Roger Myung
              Votes:
              4 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: