Hello team
does Bitbucket have a feature for pipeline/deployment approval before the build stage, so I want to assign some of my team members to that pipeline/deployment before the build so they can perform manual approval.
thank you
Community moderators have prevented the ability to post new answers.
Yes, you can add manual approval gates in Bitbucket Pipelines.
Typical usecases -
1) PR approvals before merge (merge checks) for code approval.
2) Manual pipeline/deployment step using `trigger: manual` for human approval before proceeding.
3) Deployment permissions (who can deploy to each environment).
So for “team approval before deploy/build continuation,” use a manual step + deployment permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.