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
Hi Everyone,
I am bamboo for for my CI. I want to disable particular branches after certain number of builds. I don't see an option that does automatically like how branch deletion happens. I didn't find the API as well to do so. All i found is this link "https://confluence.atlassian.com/bamkb/how-to-disable-multiple-plans-or-plan-branches-in-batch-945107133.html" which didn't make any sense. Can I know the table which has this particular info so that i can directly modify the database table from backend.
Hi Nihar,
I would suggest you to use curl to call the same rest API endpoint suggested by the documentation you mentioned:
curl -k -u <user>:<password> -H "Content-type: application/json" -X DELETE http://<bamboo_address>/rest/api/latest/plan/<PROJ-KEY>/enable
❗️Don't forget to replace the <user>, <password>,<PROJ-KEY> and <bamboo_address> placeholders with the corresponding value.
For more details on how to use Bamboo rest APIs, please take a look at the below documentation:
thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.