-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
Job architecture:
— O (master)
/ \ | |
O O (jobA, jobB) | |
O (jobC) | |
__/ | |
\ /
O (Notification)
Master:
It is a job dispathcer with a join, and also trap some errors in order to launch the notification.
Alternative path using:
Trigger parameterized build plugin
Joing path using:
Join trigger plugin
jobA:
It is a build process
jobB
It is a dinamic testing process
jobC
it is a unit test process and report.
Notification>
Semaphore job with aggregated artifacts (previous upstream jobs), agregated test results....
- Green color each upstream jobs
Expect output:
Have both paths (alternative path and join path).
Real output:
Just alternative path is running properly and join path doesn't trigger the Notification job once JobA,JobB and JobC have finished.
Regards
- duplicates
-
JENKINS-10277 Join trigger plugin + Trigger parameterized build plugin don't run properly
- Open