Plugin Information
This plugin allows you to control the parallel execution of jobs. Locks and Latches pluginThis plugin allows you to control the parallel execution of jobs.
At present only Locks have been implemented. Version HistoryVersion 0.5 (26 Dec 2009)
Version 0.4 (17 Oct 2008)
Version 0.3 (12 Oct 2008)Version 0.2 (03 Dec 2007)
|

Comments (2)
Mar 12
Alex Lombardi says:
Are there plans for a plug-in that will block a list of jobs from bein...Are there plans for a plug-in that will block a list of jobs from being build when a specific job is running, but which will not also exclude members of that list from running concurrently? The current setup of the Locks functionality necessitates a lock for each paired project and when you have hundreds of jobs this becomes a cumbersome process.
yesterday at 01:59 PM
Peter Schuetze says:
Does this plugin works with the m2extra steps plugin? According to the console o...Does this plugin works with the m2extra steps plugin? According to the console output only the main maven buildstep is protected by the locks and pre build steps as well as the post build steps are outside of the logged area. I need the pre and post steps also being protected by the locks?