What is a quality gate?
A quality gate is the best way to enforce a quality policy in your organization. Setting up a quality gate allows you to prevent any code that doesn't pass code reviews from being merged into certain branches.
Key Benefits
Enforce code quality consistency across the entire project
Ensure that newly committed code doesn't introduce problems
Ensure issues are addressed before being merged
Before to start
Before proceeding with creating a quality gate in your VCS for your repo, you must enable the Clayton Automation for your project.
Connection User
Bitbucket requires approvals for the Pull Requests (PRs) from a different user than the author of the PRs. The quality gate with Clayton will fully work only if a dedicated connection user for Clayton is configured for your project.
Please have a look at our Help Article to learn how to set up a new connection user.
Enable Automation
Make sure to activate the Clayton Automation to monitor your code and start using webhooks to publish status updates for the PR and branch reviews on your VCS.
Please have a look at the dedicated Help Article to learn how to enable automation.
Steps
In your repository settings in Bitbucket, go under Settings > Branch permissions.
Install our official Bitbucket app or set up a dedicated connection user for Clayton
Select the branch you would like to create the gate for
Click on Merge checks
Tick the Check for at least 1 approval from default reviewer checkbox and configure Clayton as the default reviewer (ref. official Bitbucket documentation)
[if required] Tick the Check for at least 1 approval checkbox for your manual code review
Click on Save
Prevent Merge
Only if you are a Premium Bitbucket user you can prevent a merge when there are unresolved merge checks:
Tick the Prevent a merge with unresolved merge checks checkbox