-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
windows xp, jenkins 1.437
I have the following setup:
1) job 'build' which starts jobs 'productbuild' and 'testbuild'
2) job 'build' starts job 'testrun' using join
3) job 'build' promotes to 'build-succeeded' when both 'productbuild' and 'testbuild' are successfully build
4) jobs 'productbuild' and 'testbuild' promote to 'build-succeeded' when upstream promotion 'build-succeeded is triggered.
Step 4) doesn't get triggered even though job 'build' promotes correctly in step 3.
Fingerprinting has been setup, and seems to work ok for promotions in the other direction (when downsteam job completes, the upstream jobs do get promoted).
[JENKINS-11679] triggering downstream promotions when upstream job is promoted doesn't work
Description |
Original:
I have the following setup: build -> productbuild -> (join) testrun -> testbuild -> When both productbuild & testbuild are succesfull, the upstream build job gets promoted to 'build-succeeded'. When build gets promoted, the downstream jobs are setup to also be promoted on criteria 'upstream promotion', with promotion 'build-succeeded'. This doesn't seem to be triggered though. Fingerprinting has been setup, and seems to work ok for promotions in the other direction (when downsteam job completes, the upstream jobs do get promoted). |
New:
I have the following setup: 1) job 'build' which starts jobs 'productbuild' and 'testbuild' 2) job 'build' starts job 'testrun' using join 3) job 'build' promotes to 'build-succeeded' when both 'productbuild' and 'testbuild' are successfully build 4) jobs 'productbuild' and 'testbuild' promote to 'build-succeeded' when upstream promotion 'build-succeeded is triggered. Step 4) doesn't get triggered even though job 'build' promotes correctly in step 3. Fingerprinting has been setup, and seems to work ok for promotions in the other direction (when downsteam job completes, the upstream jobs do get promoted). |
Workflow | Original: JNJira [ 141922 ] | New: JNJira + In-Review [ 175569 ] |