We have a project using TeamCity which Triggers a build when changes are detected to the VCS with a 60 seconds quiet period.
I want to configure this trigger in such a way that the VCS trigger will not build if the last successful build was within 1 hours time. However, if there is no build detected in the past 1 hour and a change is detected in the VCS then the build should trigger instantly.
Is there a way I can achieve this task in TeamCity?
Thanks, Vishal