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.
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.