The TeamCity build life cycle describes the data flow between the server and the agents. This is basically the information passed to the agents and the process of retrieving the results by TeamCity. The workflow describes the manner in which configured build steps for projects are executed end to end:
- The TeamCity Server detects a change in the VCS Root and persists this in the database.
- The Build Trigger notices the change in the database and adds a build to the queue.
- The TeamCity Server assigns the build on the queue to a compatible idle Build Agent.
- The Build Agent executes the build steps. During the execution of the build steps, the agents sends reports of the build progress to the server. The Build Agent reports ...