Warning |
---|
The plugin is bundled since TeamCity 8.0. The recent version is described in the online documentation for the latest TeamCity version. |
General Info
Vendor | JetBrains |
License | |
Type | free, open source |
Description
This plugin allows to limit limiting
Wiki Markup |
---|
{hidden-data |
} the number of {hidden-data} |
Current The current version supports multiple read and exclusive write locks per build configuration.
Plugin Development Status
In active development. Users are encourage Everybody is encouraged to try the plugin and provide feedback on it in the forum or post bugs into the issue tracker.
...
Installation
New installation
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
...
under TeamCity 7.1.x. The plugin is bundled since TeamCity version 8.
Anchor | ||||
---|---|---|---|---|
|
7.1.x to 8.0 update
If you used the plugin with TeamCity v 7.1.x, you need to remove the installed plugin manually. After shutting down your TeamCity 7.1.x, please perform the following actions:
- Navigate to
TeamCity Data Directory
/plugins
- Delete file
TeamCity.SharedResources.zip
Navigate to
TeamCity Data Directory/.unpacked
- Delete folder
TeamCity.SharedResources
and all of its contents
All the plugin settings are stored in the TeamCity Data directory and will be preserved.
Wiki Markup |
---|
{hidden-data} TODO: add description of build parameters defined {hidden-data} |
TeamCity Versions Compatibility
TeamCity 7.01+
Download
hidden-data |
---|
[Last stable build|http://teamcity.jetbrains.net/repository/download/bt400/.lastPinned/TeamCity.SharedResources.zip] from public TeamCity server
|
Stable builds of the plugin are bundled since TeamCity 8.0. Nightly builds and builds for TeamCity 7.1.x can be acquired from our public server
Documentation
For details on the bundled Shared Resources plugin, refer to TeamCity documentation.
Development Links
Sources on GitHubNightly builds
...
- Latest 8.0.x build on public TeamCity server:
...
- Latest 7.1.x build on public TeamCity server:
Related Materials
Original issue