the error is ugly, but the behavior is as expected. A non successful step
in the flow will interrupt the execution.
The DSL could probably be extended to ignore some build results, something
like :

build( "B" ).ignore( UNSTABLE )

contributors are welcome :)

2012/11/22 Egle <egles.telefo...@gmail.com>

> Hi,
>
> I am trying to set up a following flow if builds:
> build( "A" )
> build( "B" )
> build( "C" )
>
> Now I get "FATAL: null" error and stack trace in console if build B is
> unstable. So the flow does not execute job C. Is there a way to configure a
> flow that it would only terminate if the performed builds are failing and
> not becoming unstable?
>
> Thanks,
> Egle
>

Reply via email to