The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.