Quantcast

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

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: jglick
Components: core
Created: 15/Aug/12 6:49 PM
Description:

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.

Project: Jenkins
Labels: upstream 404
Priority: Minor Minor
Reporter: jglick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (15/Aug/12 7:00 PM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

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

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/resources/hudson/model/Cause/UpstreamCause/description.jelly
http://jenkins-ci.org/commit/jenkins/aaecf7915d607f88caa9e111d07f48883efc53b7
Log:
[FIXED JENKINS-14816] 404 navigating to upstream builds.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...