Versions Compared

Key

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

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

Instructions

Use addComment action to add a comment to the build 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.

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



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

    Code Block
    themeMidnight
    --action addComment --build "MKTES-TP" --number "2" --comment "This is for testing component"


...

Info

It is recommended to test the commands in a non-production environmentor, run the action with --simulate parameter to verify the behavior before deploying.