I'd like to set up a nightly build for my release branch. Since I'm using git-flow I don't always have a relase branch so I would like it to build it if it can find a branch with a pattern of:
refs/heads/release-*
Any idea of how to get teamcity to perform this action for me?
Use Branch Filter in the Trigger and set the only filter as
+:release-*
Also in Version Control under Branch Specification use
+:(release-*)
I also had similar issue and solved it as given above. I think this would solve your problem too.
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