VCS Labeling - missing tag on git repo
Hello,
I am using TC to create a package - and it works just fine! Now I want to add a git tag (VCS label). I have this configuration:

After successful build this is how looks the changes tab:
As you can see Label has been created. This is what teamcity-vcs.log says:
[2017-11-15 11:47:33,787] INFO [rmal executor 6] - jetbrains.buildServer.VCS - Labeling VCS root "TeamCity" {instance id=46, parent internal id=2, parent id=Meercat_TeamCity, description: "https://dev.supplyrisk.info/gitlab/TeamCity/meercat.git#develop"}@3dad5c911e600a45257e3ff6c1933b891ce96e14 for build #392 {build id=432, buildTypeId=Meercat_Develop}
[2017-11-15 11:47:35,933] INFO [rmal executor 6] - ers.vcs.git.GitLabelingSupport - Tag meercat.2017-11-15_11-31-29=3dad5c911e600a45257e3ff6c1933b891ce96e14 was pushed with status OK for (C:\ProgramData\JetBrains\TeamCity\system\caches\git\git-0A38756F.git, https://TeamCity@dev.supplyrisk.info/gitlab/TeamCity/meercat.git#develop) in 2089ms (prepare pack 889ms)
[2017-11-15 13:05:18,724] INFO [io-18070-exec-7] - jetbrains.buildServer.VCS - Labeling VCS root "TeamCity" {instance id=46, parent internal id=2, parent id=Meercat_TeamCity, description: "https://dev.supplyrisk.info/gitlab/TeamCity/meercat.git#develop"}@3dad5c911e600a45257e3ff6c1933b891ce96e14 for build Meercat :: Develop 432 on meer-demo. Started Wed Nov 15 11:30:42 CET 2017, finished Wed Nov 15 11:47:33 CET 2017. Status NORMAL 'Success'
At first look everything is fine, but there is no tag in my git repo. Can you tell me what am I missing? Or maybe you know the issue and there is some kind of solution to help me with my problem.
Best Regards
Marek Jankowski
Please sign in to leave a comment.
Please, can someone answer?