You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
We are using Bamboo
Can anyone help us to understand how we can make REST API (PUT request) call from Python to Queue Build Plan? Also we want to pass Variable values from our application server to Bamboo while starting Build.
At present we are using --queuebuild action in non-prod to make this call. However in prod region CLI is not enabled and we will require to use REST API.
Present working CLI call in Python:
bamboo_args = "repository_name:"+Repo_Name+",Techconnect_support_group:"+TechConnect_Group+",Prod_AD_group:"+AD_Group_Prod+",Nonprod_AD_group:"+AD_Group_NonProd+",country:"+country+",dest_bunit:"+dest_bunit+",dest_priority:"+Priority_List+",role:"+Role_list+",fqdn:"+FQDN_List+",host:"+Host_List+",ip:"+IP_List+",domain:"+Domain_List+",environment:"+Env_List+",os:"+OS_List
bamboo_log = config.log_path+"\BambooStatus.txt"
bamboo_return = subprocess.run(
["D:\\Apps\\atlassian-cli-7.0.0-distribution\\atlassian-cli-7.0.0\\bamboo.bat", "--action", "queuebuild",
"--build", "TECOP-REP", "--wait", "--fields", bamboo_args, ">", bamboo_log])
Thanks in Adavnce.
Regards,
Ramesh