How to specify prerequisite jobs in Hudson
Posted
by sjohnston
on Stack Overflow
See other posts from Stack Overflow
or by sjohnston
Published on 2010-05-14T18:03:11Z
Indexed on
2010/05/14
21:34 UTC
Read the original article
Hit count: 213
I have a Hudson job that just does a check-out/update to a third-party library. Call this Job A.
Several other jobs depend on this library. Call them Jobs B and C. They use the stuff checked out by Job A, and need it to be up-to-date.
My question is, how can I require Jobs B and C to always run Job A (to update the library) before they run through their build routine?
If this is not possible, can someone recommend another way to achieve the same effect?
© Stack Overflow or respective owner