My TeamCity(8.0) instance was previously configured to apply labels upon successful builds under version 8.0.x. I've since upgraded to 8.1.2 and removed the build feature for labeling.
TeamCity is still labeling my source code upon successful build.
The documentation shows that the functionality around this was change from v8.0 to v8.1
I have no build features enabled for any of my configurations so I'm thinking perhaps the configuration for this has been orphaned from the UI.
From v8.0
<vcs-settings checkout-mode="ON_SERVER" labeling-type="NONE" labeling-pattern="build-%system.build.number%">
<vcs-entry-ref root-id="BitBucket" set-label="false" />
</vcs-settings>
From v8.1 (current)
<vcs-settings>
<vcs-entry-ref root-id="BitBucket" />
</vcs-settings>
Is there another way I can clear/disable the labeling feature (Db/Xml)?
Workflow
- Pull Request Merged
master branch built
- Feature branch closed
feature branch built [2266]
- ?? tag getting added to feature branch somehow
feature branch built (again) [2267]