Starting an assembly using a tag

I want to achieve the following:

  • Any user of the dev command creates an ie tag Demo_Build_1 for the dev branch.
  • TeamCity should be able to detect this new tag and create only this tag.

I have enabled the "treat tag as branch" checkbox in the VCS configuration.

I tried to configure it, but I cannot get it to work. The following is the setup of my VCS: and the following way, as I configured the build trigger: enter image description here
enter image description here

I do not want to run the assembly manually. My idea is that TeamCity should be able to pick up this new tag and start building. Any pointers to achieve this would be helpful.

+4
source share
1 answer

. teamcity.vcsTrigger.runBuildInNewEmptyBranch=true, TeamCity - https://youtrack.jetbrains.com/issue/TW-43606. TeamCity , .

+2

Source: https://habr.com/ru/post/1677457/


All Articles