• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      While reproducing JENKINS-14814 I tried configuring each job to only keep the last five builds. Now when build #87 of each has been done, from http://localhost:8080/job/b/83/ there is a link

      <span>Started by upstream project <a href="/job/a/">a</a> build number <a href="/job/a/82/">82</a></span>
      

      but http://localhost:8080/job/a/82/ gives a 404:

      -> evaluate(<hudson.model.Hudson@1c15348> :hudson.model.Hudson,"/job/a/82")
      -> evaluate(((StaplerProxy)<hudson.model.Hudson@1c15348>).getTarget(),"/job/a/82")
      -> evaluate(<hudson.model.Hudson@1c15348>.getJob("a"),"/82")
      -> evaluate(<hudson.model.FreeStyleProject@a6125[a]> :hudson.model.FreeStyleProject,"/82")
      -> evaluate(<hudson.model.FreeStyleProject@a6125[a]>.getDynamic("82",...),"")
                  hudson.model.FreeStyleProject@a6125[a].getDynamic("82",...)==null. Back tracking.
      -> No matching rule was found on <hudson.model.FreeStyleProject@a6125[a]> for "/82"
      

      The description should not issue a link to a build (or job!) known to no longer exist.

          [JENKINS-14816] 404 from Cause/UpstreamCause/description.jelly

          Jesse Glick created issue -
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Jesse Glick made changes -
          Link New: This issue is related to JENKINS-14814 [ JENKINS-14814 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 145517 ] New: JNJira + In-Review [ 191525 ]

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: