Scheduling question

16 views
Skip to first unread message

Hector Magnanao

unread,
Mar 18, 2016, 1:08:32 PM3/18/16
to Jenkins Users
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 ?

Victor Martinez

unread,
Mar 18, 2016, 2:23:59 PM3/18/16
to Jenkins Users
You can use the below 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
Reply all
Reply to author
Forward
0 new messages