/
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)
This article explains how to remove all capabilities in Bamboo using the Bamboo Command Line Interface (CLI).
Instructions
Use runFromCapabilityList and removeCapability to disable all jobs in a Bamboo plan.
--action runFromCapabilityList --common "--action removeCapability --capability \""@capabilityKey@\"""
In the above-mentioned action:
- --capability value refers to the Bamboo job.
It is recommended to test the commands in a non-production environment or run the action with --simulate parameter to verify the behavior before deploying.
Related content
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
How to remove all tasks in Bamboo Job using Bamboo Command Line Interface (CLI)
More like this
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
How to delete all projects in Bamboo using Bamboo Command Line Interface (CLI)
More like this
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to disable the all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to disable the all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to set isolation type for a Bamboo job using Bamboo Command Line Interface (CLI)
How to set isolation type for a Bamboo job using Bamboo Command Line Interface (CLI)
More like this