Re: Running a Build Only if Others are Blue

2013-11-27 Thread Harry G.
Sounds like you should try https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin with full power of build flow DSL plus Groovy... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Running a Build Only if Others are Blue

2013-11-26 Thread Erik Cokeley
Scenerio: There are 8 unit testing jobs. Integration test job is large and intensive Thus: Want to only run the integration test job - Periodically (every 15 minutes) - If all the Unit Tests are Blue (Success) - If one of the Unit Tests have recently run