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

"Up" link from an axis of a matrix job shows "Error 404 Not Found"

      When clicking the "Up" link from a child (build axis) of a matrix job, the link leads to an Error 404 Not Found. Instead of loading the parent job it tries to load just the "/job" without the job name.

          [JENKINS-21773] "Up" link from an axis of a matrix job shows "Error 404 Not Found"

          Code changed in jenkins
          User: Adam Wolf
          Path:
          core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
          http://jenkins-ci.org/commit/jenkins/e1ecb6beb17a8f20a5e0432d70796fbabee2a510
          Log:
          JENKINS-21773: Removed one level of ../ in the Up link to fix matrix job Up links.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Adam Wolf Path: core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly http://jenkins-ci.org/commit/jenkins/e1ecb6beb17a8f20a5e0432d70796fbabee2a510 Log: JENKINS-21773 : Removed one level of ../ in the Up link to fix matrix job Up links.

          Code changed in jenkins
          User: Adam Wolf
          Path:
          core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
          http://jenkins-ci.org/commit/jenkins/432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8
          Log:
          JENKINS-21773: Fixed sidepanel Up link for multiaxis jobs.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Adam Wolf Path: core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly http://jenkins-ci.org/commit/jenkins/432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8 Log: JENKINS-21773 : Fixed sidepanel Up link for multiaxis jobs.

          Code changed in jenkins
          User: Daniel Beck
          Path:
          core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
          http://jenkins-ci.org/commit/jenkins/843159b4f9b094e289b53ad61e076089aaa18867
          Log:
          Merge pull request #1149 from adamwolf/JENKINS-21773

          Compare: https://github.com/jenkinsci/jenkins/compare/5a6cf8ec0474...843159b4f9b0

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly http://jenkins-ci.org/commit/jenkins/843159b4f9b094e289b53ad61e076089aaa18867 Log: Merge pull request #1149 from adamwolf/ JENKINS-21773 Compare: https://github.com/jenkinsci/jenkins/compare/5a6cf8ec0474...843159b4f9b0

          Code changed in jenkins
          User: Daniel Beck
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/7a78a556a52bd72eb9ef00039b1d6a13efec37bf
          Log:
          JENKINS-21773 Noting merge of #1149

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: changelog.html http://jenkins-ci.org/commit/jenkins/7a78a556a52bd72eb9ef00039b1d6a13efec37bf Log: JENKINS-21773 Noting merge of #1149

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3211
          JENKINS-21773 Noting merge of #1149 (Revision 7a78a556a52bd72eb9ef00039b1d6a13efec37bf)

          Result = SUCCESS
          daniel-beck : 7a78a556a52bd72eb9ef00039b1d6a13efec37bf
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #3211 JENKINS-21773 Noting merge of #1149 (Revision 7a78a556a52bd72eb9ef00039b1d6a13efec37bf) Result = SUCCESS daniel-beck : 7a78a556a52bd72eb9ef00039b1d6a13efec37bf Files : changelog.html

          Daniel Beck added a comment - - edited

          Commits should be prefixed with e.g.:

          [FIXED JENKINS-21773]
          

          if they fix an issue. Only then will the bot pick that up and correctly mark the issue resolved, and only then will the change be eligible for LTS inclusion.

          Daniel Beck added a comment - - edited Commits should be prefixed with e.g.: [FIXED JENKINS-21773] if they fix an issue. Only then will the bot pick that up and correctly mark the issue resolved, and only then will the change be eligible for LTS inclusion.

          What is the point in these "Up"/"Back to XY" buttons in side panel, anyway? Breadcrumbs do much better job.

          Oliver Gondža added a comment - What is the point in these "Up"/"Back to XY" buttons in side panel, anyway? Breadcrumbs do much better job.

          Code changed in jenkins
          User: Adam Wolf
          Path:
          core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
          http://jenkins-ci.org/commit/jenkins/48497116744fa0e48652ba637ec44a7319bea181
          Log:
          JENKINS-21773: Removed one level of ../ in the Up link to fix matrix job Up links.

          (cherry picked from commit e1ecb6beb17a8f20a5e0432d70796fbabee2a510)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Adam Wolf Path: core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly http://jenkins-ci.org/commit/jenkins/48497116744fa0e48652ba637ec44a7319bea181 Log: JENKINS-21773 : Removed one level of ../ in the Up link to fix matrix job Up links. (cherry picked from commit e1ecb6beb17a8f20a5e0432d70796fbabee2a510)

          Code changed in jenkins
          User: Adam Wolf
          Path:
          core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly
          http://jenkins-ci.org/commit/jenkins/881dcee43e31d49a17303f85012df57fd6f97d7b
          Log:
          JENKINS-21773: Fixed sidepanel Up link for multiaxis jobs.

          (cherry picked from commit 432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8)

          Compare: https://github.com/jenkinsci/jenkins/compare/4d969004c121...881dcee43e31

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Adam Wolf Path: core/src/main/resources/hudson/model/AbstractProject/sidepanel.jelly http://jenkins-ci.org/commit/jenkins/881dcee43e31d49a17303f85012df57fd6f97d7b Log: JENKINS-21773 : Fixed sidepanel Up link for multiaxis jobs. (cherry picked from commit 432d07bfdb97c5707a3a3a4a19f72cbc3b8e24c8) Compare: https://github.com/jenkinsci/jenkins/compare/4d969004c121...881dcee43e31

          Daniel Beck added a comment -

          olivergondza: Something to consider, yes. Maybe it's just a leftover from pre-breadcrumb days. But I'm not as familiar with Maven/Matrix jobs and how they handle their 'Up' links, maybe there's some actual value there. Also, as long as they exist, they should work

          Daniel Beck added a comment - olivergondza : Something to consider, yes. Maybe it's just a leftover from pre-breadcrumb days. But I'm not as familiar with Maven/Matrix jobs and how they handle their 'Up' links, maybe there's some actual value there. Also, as long as they exist, they should work

            Unassigned Unassigned
            jekeller Jacob Keller
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: