Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo CLI - Check release

Nicolas Vila April 25, 2018

Hello!

Is it possible to use the bamboo CLI to check if a given release is flagged as approved or broken? I need my script to be able to know if a given release is approved or broken, and take action only if its approved.

 

Thanks a lot!

1 answer

1 accepted

2 votes
Answer accepted
Gabriel Ribeiro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 27, 2018

Hi Nicolas,

I already sent you the endpoints on your other question but basically, your script should execute something similar to this:

curl 'http://<bamboo URL>:8085/rest/api/latest/deploy/version/{deploymentVersionId}/status' -u USER:PASSWORD -H "Accepts: application/json" 

The response will be similar to this:

{
"id": 11796483,
"userName": "admin",
"displayName": "admin",
"gravatarUrl": "https://secure.gravatar.com/avatar/ca22f38ae0bdaaeb2749bd17f3323b78.jpg?r=g&s=24&d=mm",
"creationDate": 1524850496238,
"versionState": "APPROVED"
}

Thanks

Nicolas Vila April 27, 2018

Great info. Thanks Gabriel!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events