/
Add branches for Bamboo plan in bulk using Bamboo Command Line Interface (CLI)
Add branches for Bamboo plan in bulk using Bamboo Command Line Interface (CLI)
This article explains how to add branches for Bamboo plans in bulk using Bamboo Command Line Interface (CLI).
Instructions
- Create a CSV file with required data filled into the columns plan and branch as shown in the following screenshot:
Combine the actions runFromCsv and addBranch to create branches in bulk. Note that this example works because the column names in the CSV file are the same as the parameter names for addBranch.
--action runFromCsv --file bulkBranches.csv --common "--action addBranch"
It is recommended to test this scenario in a test environment or run the action with the --simulate parameter to verify the behavior before deploying.
, multiple selections available,
Related content
Create Bamboo plans in bulk using Bamboo Command Line Interface (CLI)
Create Bamboo plans in bulk using Bamboo Command Line Interface (CLI)
More like this
How to add a stage to a plan with Bamboo Command Line Interface (CLI)
How to add a stage to a plan with Bamboo Command Line Interface (CLI)
More like this
How to get details of all Bamboo plans with Bamboo Command Line Interface (CLI)
How to get details of all Bamboo plans with Bamboo Command Line Interface (CLI)
More like this
How to add a requirement to a Bamboo plan using CLI
How to add a requirement to a Bamboo plan using CLI
More like this
How to update stage of the plan using Bamboo Command Line Interface
How to update stage of the plan using Bamboo Command Line Interface
More like this
How to add Bamboo CLI task in a Bamboo job with Run CLI Actions in Bamboo
How to add Bamboo CLI task in a Bamboo job with Run CLI Actions in Bamboo
More like this