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

Dynamically choose branch when building repo in Bamboo.

Justin_Doe August 8, 2017

Within Bamboo I have several linked repositories. Each one of these repositories are connected to a specific branch, which you have to set through Bamboo's web interface. Is it possible to dynamically choose the branch without having to go in and change the linked repo branch every single time? Is there anything in the REST API that handles this?

For example, if I run a script with a "branchName" value, I would want Bamboo to change the linked repo's branch to whatever "branchName" is. 

1 answer

0 votes
kiran jonnalagadda August 11, 2017

Yes from rest api it is possible to trigger a branch dynamically

https://community.atlassian.com/t5/Answers-Developer-Questions/Is-there-a-way-to-list-Bamboo-branch-plans-and-their-source/qaq-p/552824

check this answer in above url to grab branches and use thoses branch keys in your script to update plan variable in below url to trigger a build in bamboo 

curl -X POST --user ${user}:${pass} http://your.company.bamboo.com:8085/rest/api/latest/queue/${project}-${plan}?os_authType=basic

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events