buildResultUUID for existing build results
Hi,
Is it possible to find out the buildResultUUID values for existing build results stored in the system? Use case is that we have a few very old build results from scheduled builds that are stuck at 99% completion as they never received the completeBuildActivity notification. However, because these were scheduled builds we cannot delete them, therefore I'd like to simply use ant to set the completeBuildActivity to the server for those results. Cheers, Dom |
2 answers
Ditto. I'm looking at trying waitForTeamBuild to get the buildResultUUID. Did you solve this another way?
Jordi Hi, |
You could just abandon them in the UI. This will show them as abandoned rather than completed, but won't otherwise change their status or contributions.
But if you still want the build result UUID, you can select the build in the Builds view, choose Copy URL, and it's the last segment. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Is there a way to programatically retrieve the Buildresult uuid based upon the label applied to the result?