Re: Block Jobs from running on same nodes

2016-12-09 Thread Andrew Bayer
Yup, that's exactly the use case Throttle Concurrent Builds plugin was written for. =) On Dec 8, 2016 07:59, "Andrew Gray" wrote: > Hey all, > > Is there a known way to be able to block a job from running on some node > ONLY IF there are other specified jobs running on that

Block Jobs from running on same nodes

2016-12-08 Thread Andrew Gray
Hey all, Is there a known way to be able to block a job from running on some node ONLY IF there are other specified jobs running on that same node? For example, pretend you have 2 different build jobs ( Master build and CI build ), and two nodes with two executors Jenkins can assign jobs to.