I use https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin This plugin allows to start job if count of running jobs for some category is not exceeded the maximum number. But this plugin does not allow to capture one resource from list and left other resources to other jobs. One more time: - There are list of resourses res1, res2, res3, ...; - Some jobs could use one or more of these resources; - If some job captured one or more resources, but there are more resources in the list, then other jobs could start using one of free resources; - Captured resource should be put back to pool after end of the job.
Is it possible to create such workflow with proposed plugins? On Monday, April 1, 2013 10:55:06 AM UTC+3, Dominik Bartholdi wrote: > > plugins like this already exist, e.g.: > https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin > > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > /Domi > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
