-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Display Upstream changes Plugin 0.1
Jenkins 1.554
Internal (jetty) container
OpenJDK 64-Bit Server VM (java version 1.7.0_51)
Linux ubuntu 3.11.0-18-generic
In the upstream changes section of a build, each upstream change has a "detail" link. This links to a URL based on the run of the current "downstream" job rather than the upstream job. So if job downstream #22 is launched by the job upstream #14, the link we get is
http://somehost/jenkins/job/downstream/22/changes#detail0
When we really need
http://somehost/jenkins/job/upstream/14/changes#detail0
As a result, clicking the "detail" link of the downstream job takes you to a no-content Jenkins page.
Code changed in jenkins
User: Dawid Malinowski
Path:
src/main/resources/jenkins/plugins/displayupstreamchanges/DisplayUpstreamChangesRecorder/config.jelly
src/main/resources/jenkins/plugins/displayupstreamchanges/DisplayUpstreamChangesRecorder/global.jelly
src/main/resources/jenkins/plugins/displayupstreamchanges/DisplayUpstreamChangesSummaryAction/summary.jelly
http://jenkins-ci.org/commit/display-upstream-changes-plugin/b4cdd24f451051ec59cefbdd2872d3c8176813c1
Log:
JENKINS-23512 - 'detail' link in upstream change leads to blank page