Jenkins : Locks and Latches plugin

Plugin Information

No information for the plugin 'locks-and-latches' is available. It may have been removed from distribution.

This plugin is up for adoption. Want to help improve this plugin? Click here to learn more!

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

This plugin is on the Proposed Plugin Deprecation list. Take a look at the Throttle Concurrent Builds Plugin.

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.6 (16 Apr 2010)

  • The list of locks is now alphabetically sorted when saving the global configuration

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