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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,515
Community Members
 
Community Events
185
Community Groups

REST API Call with customized variable value for triggering Build

Edited

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

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events