You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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