문제

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 !

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top