Batch Builds
Been looking through the docs, and web. Trying to figure out how to get Teamcity to build everything in the queue for a project.
Our core build takes a hour, if 5 people do checkins, within a few minutes of each other, it takes 5 hours to see the final results.
I want to configure teamcity to grab all those checkins into one build. What am I missing? or does TeamCity not do this?
Please sign in to leave a comment.
Looks like the answer was simple. Uncheck the "trigger a build on each checkin" for the build trigger seems to be doing the trick.
You can also use quiet period setting in VCS trigger. If some quiet period is set, TeamCity will wait specified time after the last change and trigger build if no new changes appeared. If another change appears, TC will wait for one more quiet period.