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

is there a way to run a Bamboo job from a URL push

Satheesh Amarnath March 22, 2020

I have an idea of running the Bamboo job from single launch of URL.is it possible..?

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 25, 2020

There's REST endpoint to trigger job launch, see https://docs.atlassian.com/atlassian-bamboo/REST/7.0.2/#d2e4200

Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 26, 2020

.. and with this REST endpoint, you may construct a curl command like this to trigger a build plan.

# Trigger a build of the specific plan
curl --user <USER>:<PASSWORD> -H "X-Atlassian-Token:no-check" -X POST <BAMBOO_URL>/bamboo/rest/api/rest/latest/queue/<PROJ-PLAN>

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events