Wait for apply with YAML
Learn more about:
YAML parameters for Wait for apply
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to WAIT_FOR_APPLY . |
comment | String | The question displayed before accepting to continue the execution. |
YAML example for Wait for apply
actions:
- action: "Wait for apply"
type: "WAIT_FOR_APPLY"
trigger_time: "ON_EVERY_EXECUTION"
comment: "Do you want to deploy ${BUDDY_EXECUTION_REVISION} to Production?"
Last modified on April 26, 2022