Re: Block builds based on parameters

2014-03-26 Thread teilo
An alternative may be to look at the buildflow plugin (latest source code not latest release) and one of its extensions. If you move your pipeline to be managed by the flow - the flow can control which jobs are allowed to run concurrently (for the same flow) - and the actual jobs can run as

Re: Block builds based on parameters

2014-03-25 Thread David Campos
Hi Marc, Being honest I do not know how to use that plugin... I was trying to set all projects into a category but I do not know how to do that... Any hint? On Thursday, March 20, 2014 5:11:48 PM UTC+1, Marc MacIntyre wrote: Will this solve your problem?

Re: Block builds based on parameters

2014-03-25 Thread David Campos
I figured out how to use the plugin (thanks documentation spread across forums...) but I think that it does not solve my problem. With this plugin I am able to queue the execution of a job but not based on conditionals. I would need to be able to set the category or filter through parameter

Block builds based on parameters

2014-03-20 Thread David Campos
Hi all, I have a scenario that I am not able to solve without some downsides. I don't know if my workflow is currently supported or not so I search for your help. *Scenario:* *Compilation job:* Maven job that executes unit tests and creates deliverables *Deploy job:* Capistrano deployment

Re: Block builds based on parameters

2014-03-20 Thread Marc MacIntyre
Will this solve your problem? https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On Thu, Mar 20, 2014 at 5:17 AM, David Campos noymn.the.archan...@gmail.com wrote: Hi all, I have a scenario that I am not able to solve without some downsides. I don't know if my