Hello Jenkins users!

I want to run several jobs sequentially using the Build Flow plugin. The jobs 
do not depend on each other and all must be executed even if any of the others 
fails. The problem: The call of "build(job name)" lets the hosting job fail 
(and terminate) once a child job is failing. Is there a way to force the plugin 
to ignore the exit code? In another discussion, someone suggested build(job 
name).ignore(UNSTABLE) - but I get a Java exception.

Best regards
Sebastian

Reply via email to