Skip to end of banner
Go to start of banner

How to add comments to the build plan in Bamboo Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article explains how to add comments for Bamboo plan in bulk using Bamboo Command Line Interface (CLI)

Instructions

Use addComment action to add a comment to the build plan. 

The parameter used in the below action:

--build value refers to build plan key.
--number value refers to the build number of the plan.

  • Execute this action to add a comment to the build plan. By default, the comment will be added to the latest build of the plan.

    --action addComment --build "MKTES-TP" --comment "This is for testing componenet"



  • Execute this action to add a comment to the specific build plan. Using --number parameter you can add the comment to the specific build plan.

    --action addComment --build "MKTES-TP" --comment "This is for testing componenet"



It is recommended to test the commands in a non-production environment before running in the production.

  • No labels