Question

Is there a way to push up a commit containing a param in the commit message such as "--nobuild" which would disable building the project in TeamCity?

Was it helpful?

Solution

Yes, you should change your build trigger. There are trigger rules, and you can add new rule -:comment=--nobuild:** More info: http://confluence.jetbrains.com/display/TCD8/Configuring+VCS+Triggers

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top