跳到主要内容

Wait for apply with YAML

List of YAML parameters and examples for the "Wait For Apply" action

YAML parameters for Wait for apply

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to WAIT_FOR_APPLY.
commentStringThe 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?"