|
This section covers configuring all types of the build triggers in TeamCity: VCS TriggersWith configured VCS Build Triggers TeamCity periodically polls VCS roots of the build configuration for changes, automatically detects that changes were committed and starts a new build. The poll period is defined by the root's Changes Checking Interval. For VCS Triggers you can specify Quiet mode settings (quiet mode is a period that should pass before a build is placed into the Build Queue) and particular triggers rules. Refer to the Configuring VCS Triggers page for detailed description.
Scheduled TriggersScheduled trigger allows to set time when a build of the configuration will be run daily or weekly. Besides you can specify more complex time settings using cron expressions (refer to the Cron Expression Build Trigger page for details). Dependencies TriggersDependency triggers allow to start the build every time the build it depends on finishes successfully. Please note, that you can also use dependencies (snapshot or artifacts) to trigger your builds automatically. Other TriggersThese settings allow to start a build automatically if the previous build failed. Configuring Build Triggers Using ScriptsBeside above mentioned trigger settings, you can also use HTTP-GET requests to trigger your build from a script. See Also:
|