A TeamCity plugin for running parallel builds in different branches. After installing and configuring this plugin TeamCity queues builds if there is already one running build in this branch.
The plugin is distributed as a ZIP file, and is available from our download page. To install:
- Download the TeamCity Plugin ZIP file
- Copy the ZIP file to /plugins
- Restart Teamcity Server
- The plugin should be listed in /admin/admin.html?item=plugins
To enable the Plugin go to your BuildType (or project settings for using the plugin for all buildTypes in your project) settings and add build_per_branch_enabled = true
to your parameter list.
You need to set the limit of simultaneously running builds (on general settings page) to 0.
If you have other then master
as your default branch you can set your default branch via build_per_branch_default_branch
parameter