General Info
Vendor |
JetBrains |
License |
|
Type |
free, open source |
Description
This plugin allows to limit concurrently running builds from different build configurations based on defined "locks".
Current version supports multiple read and write locks per build configuration.
Plugin Development Status
In active development. Users are encourage to try the plugin and provide feedback on it in the forum or issue tracker.
Usage
Install the plugin as usual.
There are two types of locks supported: read locks and write locks. Read locks are shared (multiple builds with read locks are allowed), write locks are exclusive (only a single running build with a write lock is allowed).
- After installing the plugin, head to build step in a build configuration, that requires locks.
- Add a build feature 'Shared Resources management'
- Use dialog to add necessary locks
- Save your changes. Locks will be visible on the build step page
- To see locks in effect, see builds standing in build queue
TeamCity Versions Compatibility
TeamCity 7.0+
Download
Development Links
Sources on GitHub
Nightly builds on public TeamCity server:
Related Materials
Original issue