In Bitbucket Server, navigate to Repository settings > Code Insights.
Add a Required report called com.sonarsource.sonarqube
Note# If your SonarQube project is configured as part of a mono repository in Enterprise Edition or above, you need to use a Required report that uses a SonarQube project key (com.sonarsource.sonarqube_{sq-project-key} instead of com.sonarsource.sonarqube).
Select Must pass as the Required status.
Select Must not have any annotations as the Annotation requirements.
Please let me know how to implement these steps in Bitbucket Server ver 5.15.2 Repository.
Now I have a Bitbucket Server ver 7.17 repository having multiple branches. How can I block Pull Requests merge only for a specific Bitbucket Server branch?
I don’t think that Bitbucket allows you to block the merge based off of Code Insights only for specific branches (you may want to make a feature request to Atlassian for this). Out of curiosity, why do you want to limit this to a specific branch?
I am working on a POC. Each Bitbucket Server branch is associated with a SonarQube project. Is the blocking Pull Requests merge feature for a specific branch available in Bitbucket Cloud?