Reputation: 23
I need to 2 jobs (JobA and JobB) in Jenkins. If JobA is in run. If I try to run the JobB or again run the JobA while first job is in run state, I want the new jobs to go in a queued state for run.
Which plugin can I use in Jenkins to queue the jobs?
Upvotes: 0
Views: 1090
Reputation: 821
You need two plugins to achieve what you want :
Upvotes: 2