Domanda

I'd like to know if there is a way to disable the trigger for a particular user. At the beggining of my build step I commit a versioning file and I dont want this commit to trigger another build.

Thanks in advance !

È stato utile?

Soluzione

You can specify the username in the VCS trigger rule for your build configuration, such as "-user=VCS_username". The trigger rules are pretty flexible. I've even used them to conditionally trigger some dependent builds based on whether I use a certain keyword on a commit message. You can see more in depth doc in the TeamCity documentation.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top