How can I get Bamboo build plan configuration via REST API?

Andrey Sergeev June 1, 2016

In my scripts I want to save extra information about running Bamboo build, or later.

Is there a way to get build plan configuration via REST API?

 

1 answer

0 votes
SidduAngadi June 3, 2016

Yes you should be able to do it.  below is the simple example to get plan variables:

curl  username:password {url}

curl admin:admin http://localhost:8085/chain/admin/config/configureChainVariables.action?buildKey=DA-SCR

 

Which list out your variables with values in xml format.   

 

Similarly do it for all other configuration.  How to generate {url} string is very simple, Browse page manually and take url paste into {url} section and run curl.

 

for more information:

https://developer.atlassian.com/bamboodev/rest-apis/using-the-bamboo-rest-apis

 

Ramya Gayathri Kalivarapu November 24, 2016

How can this command be worked on a windows environment where we aren't supposed to install any third party tools?

CURL command will not work in Windows environment. To make CURL work in Windows, we need to install a 3rd party software.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events