Daniel Beck edited a comment on Bug JENKINS-15900

I set up a test flow on Jenkins 1.509.2 with Build Flow 0.9 like in the issue description. test-b is set up to always fail. Result:

Started by user anonymous
Building in workspace /Users/danielbeck/Projects/Jenkins/Home-1.509.2/jobs/flow/workspace
guard {

    Trigger job test-a

    test-a #1 completed 

    parallel {

        Trigger job test-b

        Trigger job test-c

        test-c #2 completed 

        test-b #2 completed  : FAILURE

    }

} rescue {

    Trigger job test-f

    test-f #1 completed 

}

Finished: FAILURE

test-d/test-e were never triggered. Closing this as resolved, probably by the commit linked above.

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to