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

Links to projects in a folder are broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • multijob-plugin
    • None
    • Jenkins 1.579
      Multijob 1.13

      Project Foo_Build has all the jobs living in a folder, except the job that triggers it all lives in the main jenkins/jobs folder.

      When I look at the table at the bottom of the build page for a specific build which lists the build steps that ran, broken up by phase, the links in the second column are broken. Those should be links to the project page for that step, but they are all missing the folder name. So instead of 'http://server/job/Foo_Build/job/Setup', we get 'http://server/job/Setup'. The next column, which goes to the actual results page for a build, works fine.

      The issue seems to be in MultiJobBuild/main.jelly. The broken column is:

      <a href="${rootURL}/job/${builder.jobName}">${builder.jobName}</a>

      Where the working column is:

      <a href="${rootURL}/${builder.url}">

      So it seems what we need to fix this is something like ${builder.url}, but without the build number attached?

            mcantin Mathieu Cantin
            jstampes Jeff Stampes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: