Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
titleCreate same plan key as export
--action run --file example.txt --continue


Code Block
languagebash
titleCreate new plan key
--action run --file example.txt --findReplace "--plan EXAMPLE-TEMPLATE:--plan EXAMPLE-PLAN1, --name TEMPLATE:--name Plan1" --continue