Build Trigger
Build trigger is an event that initiates a new build. The build is put into the build queue and is run when there are idle agents that can run it.
In TeamCity, build can be triggered by:
- VCS trigger — the build is triggered when changes are detected in the version control system roots attached to the build configuration
- Schedule trigger — the build is triggered at a specified time
- Dependency trigger — after a build of another build configuration completes successfully
- Manually — a user clicked Run button for a build configuration
A build can also be triggered by an HTTP GET request.
See also: