Build job if some specific last job build was successful
Posted
by ArtyomK
on Stack Overflow
See other posts from Stack Overflow
or by ArtyomK
Published on 2010-06-02T10:12:47Z
Indexed on
2010/06/02
10:13 UTC
Read the original article
Hit count: 250
hudson
I have a job A that is run every hour. Also job B is run after each commit to github (integration tests job). How can i know before running job A if last build of job B was successful and discard build of A if last build of B was unstable? Thanks.
© Stack Overflow or respective owner