Hi,

I have the following in my build flow:

parallel (
  { ignore(FAILURE) {build("Gate/nightly-testflow")}},
  { ignore(FAILURE) {build("Gate/faas-nightly-testflow")}}
)

For some reason, it is never running the second job 
(Gate/faas-nightly-testflow).  Here's console output:

parallel {

    ignore(FAILURE) {

        ignore(FAILURE) {

            Schedule job Release Validation » nightly-testflow 
<http://jenkins.dssd.com/job/Gate/job/nightly-testflow/>

            // SUCCESS ignored

        }

        Build Release Validation » nightly-testflow #418 
<http://jenkins.dssd.com/job/Gate/job/nightly-testflow/418/> started

        Release Validation » nightly-testflow #418 
<http://jenkins.dssd.com/job/Gate/job/nightly-testflow/418/> completed  : 
FAILURE

        // FAILURE ignored

    }

}


Any ideas when/why this would happen?


Thanks,

-jacqui

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/544e4c58-f703-4666-9254-071ce5b0b849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to