Overview

SonarQube Server supports integration on multiple platforms allowing you to maintain code quality and security in your projects.

Pull request analysis is available as part of Developer Edition and above.

Failing a pipeline job when the quality gate fails

You can ensure your code meets your quality standards by failing your pipeline job when your quality gate fails. The operation depends on the CI tool used.

With Jenkins, you can suspend pipeline execution until the analysis’ quality gate status is known. See the Setting up a pipeline pause integration pages.

GitLab CI/CD

For GitLab CI/CD configuration, see the Adding analysis to GitLab CI/CD pipeline page.

GitHub Actions

For GitHub Actions configuration, see the Introduction page.

Azure Pipelines

For Azure Pipelines configuration, see the Introduction section.

Bitbucket Pipelines

For Bitbucket Pipelines configuration, see the Bitbucket Cloud integration page.

Jenkins

For Jenkins configuration, see Jenkins extension.

Last updated

Was this helpful?