Where is the option to select this merge check?
`Minimum number of successful builds for the last commit with no failed builds and no in progress builds`
as mentioned here: https://support.atlassian.com/bitbucket-cloud/docs/suggest-or-require-checks-before-a-merge/
I have checked under Repository Settings > Merge Checks and it is missing
Add merge checks opens the Atlassian Marketplace for Bitbucket but I could not find anything relevant. Is there a specific plugin for this or is this deprecated? If so, is there an alternative approach?
Hi @Akash Patel ,
Perhaps you are using the Bitbucket server version?
On the cloud, it is under Repository settings -> Branch restrictions. The URL should read like this: https://bitbucket.org/<your-workspace>/<your-repo>/admin/branch-restrictions
It's the second last in the 'Merge checks' section:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems to me that its already ensuring the latest commit's build is successful by just setting `Minimum successful builds` to 1 for bitbucket v7.21
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.