Manual Approval
Type: DEVRAMPS:APPROVAL:MANUAL
Category: approval
Version: 1.0.0
Description
Pause the pipeline and wait for a team member to approve before proceeding.
Pauses pipeline execution and waits for a team member to manually approve or reject before the deployment continues. When the step is reached, an approval notification is sent (e.g., via Slack) and the approval drawer displays an optional message explaining what the approver is signing off on. Approving resumes the deployment; rejecting fails the step and the stage.
Parameters
Optional Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
message | string | - | Optional message displayed to the approver explaining what they are approving. |
Example Usage
- type: DEVRAMPS:APPROVAL:MANUAL
name: Production Sign-off
params:
message: "Approve deployment to production"