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. Use movePlan to another location (project or key change) in order to save all logs.

Code Block
languagebash
titleCreate same plan key as export
--action run --file example.txt --continue

...