Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Never mind, when I read the code I see I can do this with a system property. I believe -Dhudson.slaves.WorkspaceList="=" will do the trick. -P On Mon, Jun 11, 2012 at 2:57 PM, Paul Weiss wrote: > ... > For me, "=" would be better. Is there any way to configure this or must I > patch the source

Re: Concurrent executions and workspace names

2012-06-11 Thread Paul Weiss
Sounds perfect, thanks. -P On Mon, Jun 11, 2012 at 4:03 PM, Jason Swager wrote: > Take a look at > https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin > > The Throttle Concurrent Builds plugin has a feature to specifically > control how many concurrent builds can run on

Re: Concurrent executions and workspace names

2012-06-11 Thread Jason Swager
Take a look at https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin The Throttle Concurrent Builds plugin has a feature to specifically control how many concurrent builds can run on one slave at a time. It should resolve your problem if you only allow one current bui