Mark Walsh
Mark Walsh

Reputation: 3361

Teamcity - Push changes without building (in commit message)

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?

Upvotes: 12

Views: 3008

Answers (1)

Valera Arestanov
Valera Arestanov

Reputation: 176

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

Upvotes: 16

Related Questions