Hudson pipelines

Posted by johnoc on Stack Overflow See other posts from Stack Overflow or by johnoc
Published on 2010-05-18T17:07:42Z Indexed on 2010/05/18 17:10 UTC
Read the original article Hit count: 121

Filed under:

Hi

Can anyone help with this problem?

I have a test job, a downstream job and a join job. I only want the join job to run if the downstream job succeeds.

If the test job fails and the downstream job succeeds I still want to run the join job.

Anyone know of a plugin that can help here?

The join plugin is not good enough because I can configure it to run join job when test AND downstream succeed, or run join regardless of either jobs success/failure. But not run join job ONLY if downstream succeeds.

Why do I want to do it this way? I want to pipeline jobs together but only if a common "downstream" job succeeds. If it fails then I want the pipeline to "break".

Many thanks John

© Stack Overflow or respective owner

Related posts about hudson