I am currently trying to set up TeamCity to build all the branches which are not my team's main branches. I have had trouble getting this to work, and have only gotten this to function with the default branch. Our repository has the following branches: master, Daily-build, Branch-Alex, and others with similar names. I pretty much want this build configuration to run on pushes that do not include master. Here are some pictures of my configuration:
TL:DR - Is there a better tutorial for setting up feature branch building in team city?
Bonus Points - How do I make the names just be the branch names rather than the "ref/heads/Daily-build"?
So, my problem was a simple typo:
+:ref/heads/*
should be written as +:refs/heads/*
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With