Here is the situation: assume I have a project AAA, with buildplan PLAN and buildjob JA and JB.
How can I determine using the rest-api the build-agent that is being used to build buildjob JA for build number 10.
So the build-key = AAA-PLAN-JA-10
Hello Paul,
Can you try this API > https://developer.atlassian.com/server/bamboo/rest/api-group-api/#api-api-latest-result-projectkey-buildkey-buildnumber-get
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
Interesting use case. You might want to check the build result or queue APIs because Bamboo usually exposes agent-related details through the build execution information rather than directly from the build key itself. It would also help if Atlassian documented agent mapping more clearly in the REST API examples since this seems like a common automation need.
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.