Trigger builds of the other projects once a build is completed and the condition is met.
Multiple projects can be specified by using comma, like "abc, def".
Conditions are:
- Build result: triggers if build result matches the specified condition. The order of the results is
- SUCCESS
- UNSTABLE
- FAILURE
- ABORTED
- SCM changes: only triggers if the other project has SCM changes since its last build.
Other options:
- Trigger only once when matrix parent ends: set this option to trigger downstream jobs only once,
when the matrix parent completes. The default behavior is to trigger multiple times, once per running
configuration.