This article explains how to disable all jobs in a Bamboo plan using the Bamboo Command Line Interface (CLI).
...
Use runFromJobList and disableJon to disable all jobs in a Bamboo plan.
Code Block | ||
---|---|---|
| ||
--action runFromJobList --plan CLI-DEMO --common "--action disableJob --job @job@ --plan @plan@" |
...
Info |
---|
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. |
...