-
Bug
-
Resolution: Unresolved
-
Major
-
None
reproduce steps:
0. config jobA and jobB, jobB is downstream of jobA; and jobA were configured with promotion condition "When the following downstream projects build successfully".
1. trigger two builds(build 1 and 2) of "jobA" in short time;
2. the downstream job "jobB" scheduled one build for the two upstream builds(jobA build 1 and 2), and the build finished sucessfully
Unexpected result:
Trying to promote the build 2 of jobA, the condition of the downstream projects build successfully was not satisfied.
- is related to
-
JENKINS-11655 Upstream build points to wrong revision if there is more than one revision triggered the job
-
- Closed
-
- links to
[JENKINS-16213] the downstream build result was not updated correctly when it is triggered by multiple builds
Assignee | New: li wei [ liweing ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Assignee | Original: li wei [ liweing ] | New: Kari Sivonen [ karisivo ] |
Remote Link | New: This issue links to "PR 41 (Web Link)" [ 11801 ] |
Link |
New:
This issue is related to |
to fix this bug:
remove "break" in 241 line of hudson.plugins.release_builds.conditions.DownstreamPassCondition