Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
37K

Wait for approval pending-approval

Pause a running build until it is approved or denied.

arguments

  • timeout - Define timeout behavior
    Approve:
  type: pending-approval
  title: Wait for approval

  
    Approve:
  type: pending-approval
  title: Wait for approval
  timeout:
    duration: 1
    finalState: denied

  
github.com
Codefresh INC
Apr 14, 2020