Triggering on Tags
I have a configuration where I want to trigger a build when a new tag is pushed.
VCS Root Settings
Default Branch: refs/heads/master
Use tags as branches: checked
Branch Specification: +:*
VCS Trigger Settings
Branch filter: +:refs/tags/Release*
For whatever reason, it never triggers a build. Suggestions?
Please sign in to leave a comment.
Do you see branch filter with branch names in web interface?
I do. I ended up getting it to work by filtering it at the VCS Root level, rather than at the trigger. I was just confused why it wouldn't work when I said that the VCS Root contained everything, and then tried to filter at the Trigger level.
Try adding teamcity.vcsTrigger.runBuildInNewEmptyBranch=true as a configuration parameter