Can Teamcity queue builds for later in the day?
I have a Teamcity project that is watching a git repo for PRs. When a PR is opened/changed/etc a build goes. This is working fine.
What I am wanting is for Teamcity to recognize there is a PR that needs to be built, but for it to hold on to that build until a specified time of day (I want to run mine at night, say 1AM). This could happen multiple times (there could be many PRs in waiting to be built @1AM.
Is this possible? If so, what settings would I manipulate? I have looked all around the Build Configuration, but could not find the proper settings to do what I desire.
Thanks ahead of time for any help!
Please sign in to leave a comment.
Can you not just use a scheduled trigger? You can set it to only build if there are any changes.
Luke,
Thanks for the tip, this worked perfectly.
I did have to also tell it which VCS branches to watch (I assumed it would watch all by default, it did not).