Skip to end of banner
Go to start of banner

How to remove all build history of a Bamboo plan using 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

Version 1 Next »

This article explains how to all build history of a Bamboo plan using Bamboo Command Line Interface (CLI).

Instructions

  1. Use runFromBuildList and removeBuildHistory to remove the all build history of a Bamboo plan.

     --action runFromBuildList --plan DEMO-TEST --common "--action removeBuildHistory --build @build@ "

    In above action,

    1. --plan value refers to the plan name in Bamboo.
    2. --build value refers to the build number.


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

  • No labels