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?
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.