| You are viewing documentation of TeamCity 6.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
VCS triggers automatically start a new build each time TeamCity detects new changes in the configured VCS roots. TeamCity periodically (according to root's Changes Checking Interval of a VCS root) polls VCS roots of the build configuration for changes. Newly detected changes appear as Pending Changes of a build configuration. A new VCS trigger with default settings triggers a build each time new changes are detected. However you can adjust a VCS trigger to your needs by means of Quiet Period Settings and Build Trigger Rules. Quiet Period SettingsBy specifying the quiet period you can ensure the build is not triggered in the middle of non-atomic check-ins consisting of several VCS check-ins. Quiet period is a period (in seconds) that TeamCity maintains between the moment the last VCS change is detected and a build is added into the queue. If new VCS change is detected in the Build Configuration within the period, the period starts over from the new change detection time. The build is added into the queue only if there were no new VCS changes detected within the quiet period. It is important that the quiet period is several times longer than the checking for changes interval of all the VCS roots of the Build Configuration. Quiet period can be set to the default value (which can be changed globally at the Administration > Server Configuration page), or custom value can be specified.
VCS Trigger RulesIf no trigger rules specified, a build is triggered upon any change. To limit the changes that trigger the build, use VCS trigger rules. You can add these rules manually in the text area (one per line), or use the Add new rule option to generate them. Each rule is ether an "include" (starts with "+") or an "exclude" (starts with "-"). The general syntax for a single rule is: Where:
For each file in a change the most specific rule is found (the rule matching the longest file path). The build is triggered if there is at least one file with a matching "include" rule or a file with no matching rules.
Trigger Rules ExampleHere,
|