jfrog / teamcity-artifactory-plugin

TeamCity plugin that enables traceable build artifacts with Artifactory
https://www.jfrog.com/confluence/display/JFROG/TeamCity+Artifactory+Plug-in
Apache License 2.0
42 stars 47 forks source link

Fix: Ensures triggers are unique #133

Closed martinsdyrby closed 1 year ago

martinsdyrby commented 1 year ago

In our TeamCity setup - we have multiple projects for different generations of our product - but with the same build configurations for each generation. This means that the IDs of the Artifactory triggers on our build configurations are not unique when using getExtendedName() - since this only combines the names of the build configuration itself and its parent. Whereas using getFullName() combines the names of all the build configurations in the tree from the Root project to the actual build configuration with the trigger.

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

martinsdyrby commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

yahavi commented 1 year ago

@martinsdyrby, TeamCity Artifactory plugin 2.10.2 is released. This version includes your fix. We'd appreciate any feedback on that.