Skip to end of banner
Go to start of banner

How to remove all capabilities in Bamboo using Bamboo Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This article explains how to remove all capabilities in Bamboo using the Bamboo Command Line Interface (CLI).

Instructions

Use runFromCapabilityList and removeCapability to disable the all jobs in a Bamboo plan.

--action runFromCapabilityList --common "--action removeCapability --capability \""@capabilityKey@\"""

In the above mentioned action


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.

  • No labels