Versions Compared

Key

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

...

Use addTrigger action to add the a trigger to the plan. Refer to the sample command as follows:

The parameter used in the below action:

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


  1. Code Block
    --action addTrigger --plan "MKTES-TP" --type "Polling" --description "polling trigger" --repository "test_training_mk" --schedule "3600"


  2. In the above action:

    --type value refers to all projects in Bamboo.
    --plan value refers to Bamboo plan key.
    • Additionall--regex can be used to filter plans.

  3. Code Block
    --action addTrigger --plan "MKTES-TP" --type "Scheduled" --description "scheduled trigger" --schedule "1 0 0 ? * *"


  4. c

...