-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Consider a job (downstream job) that watches several other jobs (upstream jobs) and is triggered when anyone of them succeeds. Then the downstream job goes into quiet period. During that period upstream jobs finish up multiple times and later Jenkins shows all triggered upstream jobs inside downstream job build info.
Now display-upstream-changes-plugin doesn't show changes from multiple upstream projects - only from the first one.
My current workaround for this is to construct artifacts with redmine issue numbers and scm hashes with help of downstream job rather than seeing that info on it's changes page extended with this plugin.
I've attached screenshot with example.
[JENKINS-27048] Multiple upstream projects
Assignee | Original: Rob Petti [ rpetti ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 161240 ] | New: JNJira + In-Review [ 208452 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Code changed in jenkins
User: Rob Petti
Path:
src/main/java/jenkins/plugins/displayupstreamchanges/DisplayUpstreamChangesSummaryAction.java
http://jenkins-ci.org/commit/display-upstream-changes-plugin/fd7f9994016539d62e1105972fba42adecb19a1c
Log:
JENKINS-27048 possible fix for issue