There are 2 vcs:
Is it possible in TeamCity to disable the automatic check for changes for 1 of 2 VCS.
UPD Triger:
Thanks for the help!
There are 2 vcs:
Is it possible in TeamCity to disable the automatic check for changes for 1 of 2 VCS.
UPD Triger:
Thanks for the help!
Add new trigger -> VCS Trigger
here the trigger on event in VCS is configured. 
We need to set up Trigger rules: which will "steer everything".
In the same place, we can choose a specific repository for which the trigger will work. The default is <any VCS root>
You can also use other filters . Or the filters will be pulled from the configuration itself. This is useful if different configurations on the same level should work differently.
+|-[:[user=VCS_username;][root=VCS_root_id;][comment=VCS_comment_regexp]]:Ant_like_wildcard for example, -:user=some_Dev_user // exclude this user
+:comment=prod // стратовать только при комментарии `prod` Source: https://ru.stackoverflow.com/questions/606532/
All Articles