Versions Compared

Key

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

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

Instructions

Use addTrigger action to add a trigger to the plan. Triggering in Bamboo allows plan builds to be started automatically.

...

The parameters used in the below actions are:

--plan value refers to Bamboo plan key.
--type value refers to the triggering options.
--repository value refers to the repository name.
--schedule value refers to the schedule configuration.

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.
  • For more details, refer to Cron-based scheduling.

...