Issue Type: Bug Bug
Affects Versions: current
Assignee: Nicolas De Loof
Components: build-flow
Created: 22/Nov/12 1:53 PM
Description:

Using version 0.5, I still get this problem. Using the following flow:

guard {
   build ("test-a")
   parallel (
      { build("test-b") },
      { build("test-c") }
   )
   parallel (
      { build("test-d") },
      { build("test-e") }
   )
} rescue {
   build ("test-f")
}

Whenever "test-b" job fails (for example), "test-d" and "test-e" will be executed still. Is there something wrong with the syntax?

Project: Jenkins
Priority: Critical Critical
Reporter: Damien Coraboeuf
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

Reply via email to