This plugin was created when Jenkins pipeline was still maturing and the functionality of triggering job from all upstream dependencies run was missing in jenkins 1.x
The function of this plugin can be easily created using jenkins groovy an reference of how this can be achived. If you think this can't be achieved via groovy please raise such request at Report issue.
See Wiki page for more information. Description
-
Trigger downstream projects based on build stability of multiple upstream projects.
Example: 'Job Z' will be triggered if and only if 'Job A', 'Job B' and 'Job C' are build and stable
-
Trigger can check stability of upstream jobs recursively
Example: 'Job Z' will be triggered if and only if Job A, B, C, P1, P2, P3 and P4 are build and stable