Only execute a job on a node when no other jobs are running?
9 views
Skip to first unread message
bre...@shapesecurity.com
unread,
Jun 30, 2016, 3:47:12 PM6/30/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
to Jenkins Users
I want to execute a given job (this one is a system cleanup job), on a jenkins node that has many executors on it. However, I only want the job to run once there are no other jobs being executed. What's the best way to achieve this?