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.