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

Need to trigger a bamboo build using bamboo rest api

Deleted user May 14, 2019

Hello,

Can someone please help to provide the sample or example rest api query to trigger bamboo build and deployments? Thanks.

1 answer

1 vote
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 17, 2019

Hello,

You can look at https://docs.atlassian.com/atlassian-bamboo/REST/6.8.1/ and you need to use resource /queue.

Sample will be like:

curl -u admin:admin -X POST http://BAMBOO_URL/rest/api/latest/queue/TEST-TEST

For deployment use resource /queue/deployment. But at first you need to create release. It's also possible by REST API

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events