Build Trigger
Build trigger is an event that initiates a new build. The build is put into 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 VCS Root 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 Accessing Server by HTTP.
Last modified: 20 April 2023