Daniel Beck resolved Bug JENKINS-15900 as Fixed

I set up the following minimal(ish) test flow on Jenkins 1.509.2 with Build Flow 0.9:

parallel (
      { build("test-b") },
      { build("test-c") }
   )
   build ("test-a")

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
parallel {

    Trigger job test-c

    Trigger job test-b

    test-c #1 completed 

    test-b #1 completed  : FAILURE

}

Finished: FAILURE

test-a was never triggered. Closing this as resolved, probably by the commit linked above.

Change By: Daniel Beck (14/Jul/13 3:33 PM)
Status: Open Resolved
Resolution: Fixed
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