Skip to end of banner
Go to start of banner

Add Branches for Bamboo plan in bulk 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

« Previous Version 6 Next »

This article explains how to add Branches for Bamboo plans in large numbers using Jira Command Line Interface (CLI).

Instructions

  1. Create a CSV file with required data filled into the columns plan and branch as shown in the following screenshot:

  2. Combine the actions runFromCsv and addBranch to create branches in bulk. 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.

  • No labels