|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14518) Failed first job still trig... [email protected] (JIRA)
- [JIRA] (JENKINS-14518) Failed first job still... [email protected] (JIRA)
- [JIRA] (JENKINS-14518) Failed first job still... [email protected] (JIRA)
- [JIRA] (JENKINS-14518) Failed first job still... [email protected] (JIRA)

I would say that this is the intended behaviour, as the plugin will try and build all triggers regardless of the results of each trigger. This is required in some cases where all of the child projects need to run but have different sets of parameters.
If you have the second child job not run if the first fails add a separate second trigger build step for that project which will not run as the first build step will have caused the build to fail.
trigger buildstep 1
child 1
parameters
fail step if triggered project fails.
trigger buildstep 2
child 2
other options