Ignore tags by specific user in TeamCity

mercurial, teamcity, version-control

Solution

You can do that usign trigger rules like following:

+:.
-:user=commiter-vcs-name-to-skip:.hgtags

Problem

TeamCity is currently configured to label successful branch builds, however, it's also configured to build when changes are committed to the branch. Can the build configuration be configured to ignore changes made by the build agent user? - TeamCity 8.0.2 - Mercurial via BitBucket

Original source

Related problems