-
Notifications
You must be signed in to change notification settings - Fork 121
Add approval in wait task #728
Comments
As a simple mechanism for implementing approval, you could create a controller that just waits forever for an That other system could be an HTTP endpoint, an email/SMS/Slack receiver, etc., with permission to update the Run status. You could also express rejection of approval by setting the status to |
So we don't want to have |
During CI/CD in DevOps Workflow there should be Release Manager Approval workflow. Isn`t a standard in any DevOps CI/CD Pipeline. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
for anyone looking into this, this custom task be useful: https://github.com/automatiko-io/automatiko-approval-task |
Feature request
Right now we have our wait task to support starting the task after a time, but can we start the task after some specific action like
approval
?In my case, there's some situation that the task needs to be approved by the admin before it gets executed. So before the admin approves the step, the task needs to be paused.
Use case
ref tektoncd/pipeline#3796
The text was updated successfully, but these errors were encountered: