...
For CLI, use one of the following approaches depending on your situation. We use the --continue option to keep going even if something fails along the way. The export was constructed to support updating an existing plan without deleting it first. This is important to maintain references from other plans. Also, some history is retained, but due to a Bamboo limitation, previous logs are lost.
Code Block |
---|
language | bash |
---|
title | Create same plan key as export |
---|
|
--action run --file example.txt --continue |
Code Block |
---|
language | bash |
---|
title | Create new plan key |
---|
|
--action run --file example.txt --findReplace "--plan EXAMPLE-TEMPLATE:--plan EXAMPLE-PLAN1, --name TEMPLATE:--name Plan1" --continue |