On Nov 29, 2014 6:11 PM, "Craig Rodrigues" <[email protected]> wrote: > > Hi, > > I am running: > > jenkins 1.585 > build-flow-plugin 0.16 > > > I have a set of steps which are in a parallel {} block. > When I run my job, I get this exception, but I have > no idea how to figure out what is wrong. > > Any ideas? > > ERROR: Failed to run DSL Script > java.util.concurrent.ExecutionException: org.codehaus.groovy.runtime.InvokerInvocationException: com.cloudbees.plugins.flow.JobExecutionFailureException > at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
The problem I am encountering seems to be the same as the one described here: https://issues.jenkins-ci.org/browse/JENKINS-14482 If the last job executed is UNSTABLE due to test failures, then JobExecutionFailureException is thrown. -- Craig -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CAG%3DrPVf8xqAHO8SjZBe_BJLO_aPo2TkLJzcHZi%3DyJaa71sLYvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
