How to disable pending changes and run build configurations adhoc commits
I have multiproject monorepo with multiple build configurations where each one have custom trigger. The problem is if trigger is not fires, changes marked as pending. And if I change trigger in future the pending changes can be fired without need. Last time I finished fighting with queue of about 10k unnecessary builds started after trigger was changed.
I need to run build configurations only on recent commits.
Please sign in to leave a comment.
Hello,
It seems that in this case VCS checkout rules are more suitable. Have you tried to configure them to checkout only needed part of the VCS root for a particular build configuration?
No this is not acceptable because of sharing of common code between projects. I can't checkout just part of source code.
What TeamCity version do you use? What trigger type is used, please attach screenshot? What settings do you change in trigger?
I have Teamcity Enterprise 10.0.3 (build 42434)
Here is a screenshot of my trigger:
this is only one trigger in build