Locks and Latches plugin

Plugin Information

Plugin ID locks-and-latches
Latest Release 0.5
Latest Release Date Dec 26, 2009
Changes via Fisheye In Latest Release
Since Latest Release
Maintainer(s) n/a (id: mindless)
Issue Tracking Open Issues

This plugin allows you to control the parallel execution of jobs.

 Locks and Latches plugin

This plugin allows you to control the parallel execution of jobs.

  • Locks are used to discourage jobs from executing in parallel.
  • Latches are used to encourage jobs to execute in parallel.

At present only Locks have been implemented.

 Version History

Version 0.5 (26 Dec 2009)

  • Fix broken help link
  • Update uses of deprecated APIs

Version 0.4 (17 Oct 2008)

  • Bugfix for hanging builds

Version 0.3 (12 Oct 2008)

Version 0.2 (03 Dec 2007)

  • Initial release
  • Only implements Lock functionality

Labels:

plugin-trigger plugin-trigger Delete
plugin-buildwrapper plugin-buildwrapper Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. 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.

  2. 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?