This article explains how to create Bamboo plans in large numbers using Bamboo Command Line Interface (CLI).
Instructions
- Create a CSV file with required data filled into the columns plan and description as shown in the following screenshot:
Combine the actions runFromCsv and createPlan to create plans in bulk. Note that this example works as the column names in the CSV file are the same as the parameter names in for createPlan.
Code Block theme Midnight --action runFromCsv --file bulkPlans.csv --common "--action createPlan"
Info |
---|
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. |
...