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

radiatorviewplugin has incorrect links for jobs in folders

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • cloudbees-folder 4.5
      cloudbees-folders-plus 2.9
      radiatorviewplugin 1.18

      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

          [JENKINS-23096] radiatorviewplugin has incorrect links for jobs in folders

          Pete Ryland added a comment -

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

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

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

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

              Created:
              Updated:
              Resolved: