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
