Hello,
I'm having trouble locating the endpoint to retrieve the variables for a specific release.
I'm aware of this: https://community.atlassian.com/t5/Answers-Developer-Questions/Bamboo-REST-API-to-retrieve-plan-variables/qaq-p/522872
But that's on plan level and only shows the latest state of the variables. In the UI, there is also a way to see what the state of the variables were at that specific release.
I'm looking for this because I need to reconstruct some names based on those variables in an external tool for referencing in other places.
I'm trying https://developer.atlassian.com/server/bamboo/bamboo-rest-resources/#build-service-specific-build-result but I can't seem to get it to work.
Thanks for the pointer! Unfortunately, I don't have the option of including an artifact of these variables for my builds. I suppose there's no other way? If not, I feel like that's quite a gap in the API.
I have a storage system that saves stuff based on a variable after every build for several plans. An external tool regularly cleans up this storage system and determines all the things to keep using the latest builds that can be retrieved via the API. Unfortunately I need the variable for each of those builds to be able to link to its relevant data in the storage system.
I investigated the option of using the plan's variable which IS retrievable and subtracting it for each build, but unfortunately it's not sequential. Some builds could not be released which would increment the variable but not put something in the storage system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.