This article explains how to add Confluence CLI task in a Bamboo job using Bamboo Command Line Interface (CLI).
...
In the above action:
- --plan value refers to a Bamboo plan key.
- --job value refers to the Bamboo job key.
- --taskKey value refers to the Bamboo task type.
- --description value refers to the task description.
- --field parameter refers to specific Confluence CLI task configuration.
- Additionally, --disable parameter can be used to disable the task and --final parameter to script task as a final task.
Info |
---|
It is recommended to test it in a non-production environment or run the action with --simulate parameter to verify the behavior before deploying. |
...