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 |
---|
|
...