Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity - Push changes without building (in commit message)

Tags:

git

teamcity

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?

like image 255
Mark Walsh Avatar asked Apr 29 '14 09:04

Mark Walsh


1 Answers

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

like image 65
Valera Arestanov Avatar answered Sep 27 '22 20:09

Valera Arestanov