Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 8

This article explains how to add an environment task to a deployment project using Bamboo Command Line Interface (CLI).

Instructions

Use the addEnvironmentTask action to add the environment task to a deployment project in Bamboo.

...

  • --deploymentProject value refers to the name or ID of the Deployment Project.
  • --environment  value refers to the environment name.
  • --taskKey value refers to the task types.
  • --description value refers to the environment description.
  • --field value refers to set client and construct specific fields. 

Info

It is recommended to test the action in a non-production environment before running in productionor, run the action with --simulate parameter to verify the behavior before deploying

...