General Info
Vendor |
JetBrains |
License |
Apache 2.0 |
Type |
free, open source |
Status |
in development |
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.
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
TODO: add description of build parameters defined
|
TeamCity Versions Compatibility
TeamCity 7.0+
Download
Last stable build from public TeamCity server
Development Links
Sources on GitHub
Related Materials
Original issue