"Pending Changes" and trigger rule
Assume you have a VCS root with a layout like this:
project1/
project2/
In TeamCity I have two different build configurations. One for building project1 and one for building project2.
Since these projects are completely independent of each other, I created a build trigger rule like "+:project1/**" so the build is only triggered for changes in that directory.
This works as intended.
However if I am doing work on project1, then the project2 build configuration will see changes in the "Pending Changes" drop down. Is there a way to exclude directories/files for the "Pending Changes"?
Thanks in advance.
Please sign in to leave a comment.
If you want to exclude some directories from pending changes you should use checkout rules: http://confluence.jetbrains.com/display/TCD8/VCS+Checkout+Rules
But be aware that in this case excluded directories won't appear on the agent as well.