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
      
Found this 
plugin https://wiki.jenkins-ci.org/display/JENKINS/BuildResultTrigger+Plugin

Integration Test Job Setup:

   - ANDing the 8 jobs with the status being Success
   - Set the cron time to H/15 * * * *

Issue: Only runs if all 8 builds have ran within 15 minute window.  Want 
Integration Test Job to run if 1 or more Unit Test jobs ran in the 15 
minute window successfully.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to