How to promote a build when identical build name and numbers exist
问题 The Artifactory REST API has a resource for build promotion, which takes a build name and build number. One of my projects has been posting three builds with identical build names and build numbers. When viewing the projects in the repo they are sufficiently distinct: Myproject Myproject-foo Myproject-no-bar I am looking to promote just one of these ( Myproject-foo ). I can get the build runs for the build name, but as the URIs are matching there is no way to examine the different builds