This is not yet implemented, and was intentional. I don't thin ignoring job
result is a good practice. Anyway as much users asked for it I may
introduce an option to ignore build result, something like :

build("jobA").ignore(FAILURE)

2012/12/21 Sebastian Wolff <[email protected]>

> 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