Wait for apply with YAML

YAML parameters for Wait for apply

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to WAIT_FOR_APPLY.
commentStringThe question displayed before accepting to continue the execution.
permissionsPipelinePermissionsDefine to set permissions for the action.

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?"

PipelinePermissions schema

NameTypeDescription
othersStringAccessLevel for the group Others. Can be one of DENIED, ALLOWED. Default setting is ALLOWED.
usersUserPermission[]The list of users who will be granted a permission other than the Others group.
groupsGroupPermission[]The group who will be granted a permission other than the Others group.
  permissions:
    others: "DENIED"
    users:
      alex@buddy.works: "DENIED"
      mike@buddy.works: "ALLOWED"
    groups:
      frontend: "DENIED"
      backend: "ALLOWED"

Last modified on July 5, 2023

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.