Build Flow is not triggering all jobs

15 views
Skip to first unread message

Jacqueline Taing

unread,
Oct 19, 2015, 7:13:59 PM10/19/15
to Jenkins Users
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) {
            // SUCCESS ignored
        }
        // FAILURE ignored
    }
}

Any ideas when/why this would happen?

Thanks,
-jacqui
Reply all
Reply to author
Forward
0 new messages