git - How Do I Properly Configure Feature Branch CI with TeamCity -
I am currently trying to make this issue difficult for me, and only to work with the default branch We have got the following branches in our repositories: Master, Daily-Build, Branch-Alex, and other similar names. I very much like this that the build configuration should run on the run in which the master does not include some of my configuration pictures:
- VCS Route:
- trigger settings :
- Current build config:
< / P>
T L: DR - Does the facility have a better tutorial to set up branch team city?
Bonus Points - How can I name just "branch name" instead of "referee / head / daily-build"?
Then, my problem was a simple typo:
+: Ref / head / *
should be written as +: refs / head / *
Comments
Post a Comment