You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default branch:
refs/heads/master
Branch specification:
+:refs/tags/(*)
+:refs/heads/master
+:refs/heads/(rc/*)
+:refs/heads/(feature/*)
+:refs/heads/(bugfix/*)
+:refs/heads/(hotfix/*)
Use tags as branches:
true
I've checked using post request using TeamCity API (everything works fine): curl -k -u user:password --request POST https://teamcity-cicdl.corp.dev.vtb/app/rest/buildQueue --header "Content-Type:application/xml" --data-binary @build.xml
its quite possible that tags are not supported. Typically we trigger once we see new commits pushed to branches... you cant do that with a tag...
for tags its possible that we need to hook to some new events in the plugin side... but this is not implemented... you could try to check if its possible by spining a dev instance.
i dont have much time at the moment to look at this, but feel free to provide support for it if you can make it work.
I've tried to run TeamCity build on tag trigger, but noting happened.
Bitbucket Plugin Configuration:
TeamCity VCS Configuration:
I've checked using post request using TeamCity API (everything works fine):
curl -k -u user:password --request POST https://teamcity-cicdl.corp.dev.vtb/app/rest/buildQueue --header "Content-Type:application/xml" --data-binary @build.xml
The text was updated successfully, but these errors were encountered: