Scheduling question

2016-03-19 Thread Hector Magnanao
I have 3 jobs - A, B, and C. I want to poll B but whenever B needs to run, it has to run A first before it can run itself. After B finishes, then run C. How can I setup this type of job schedule ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" g

Re: Scheduling question

2016-03-19 Thread Victor Martinez
You can use the below plugin: - https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin B polls for any changes, configure a build step to trigger A and wait until it finishes then configure what B should do and exactly the same steps for C Cheers On Friday, 18 March 2016 17:08

Re: Scheduling question

2015-01-15 Thread Jordan de Geus
Bump - Anyone able to assist? On Wednesday, January 14, 2015 at 8:49:57 AM UTC-8, Jordan de Geus wrote: > > Hey guys, > > Quick question, when setting up a build scheduling, will this trigger the > whole build thats specified in the .ci.yml file? Or is it possible to ONLY > run the integration t

Scheduling question

2015-01-14 Thread Jordan de Geus
Hey guys, Quick question, when setting up a build scheduling, will this trigger the whole build thats specified in the .ci.yml file? Or is it possible to ONLY run the integration tests on master? Currently our setup runs unit tests on all branches, and if unit test pass AND on master branch,