-
Bug
-
Resolution: Unresolved
-
Major
-
None
JOB_1 is configured with :
join on JOB_3
downstream project JOB_2
Downstream ext set to trigger JOB_failure on build failure
running JOB_1, JOB_3 is never triggered as join is waiting for both JOB_2 and JOB_failure to complete
JoinTrigger.getDownstreamExtDownstream retrieves DownstreamTrigger to get the child project list, but should check DownstreamDependency.shouldTriggerBuild before