Hi! I just created a simple plugin prevent a job from building while configured other jobs are running.
Please fork from here: https://github.com/ffromm/build-blocker-plugin I spent some time searching for a similar functionality but could not find anything like this. I use a QueueTaskDiskpatcher that monitors the currently running jobs. If one of the jobs matches to one of the configured regular expressions in the job to build, then the job stay in the queue. Please put this plugin also under Jenkins-on-Jenkins CI. Thanks!
