Introduction

Adding SonarQube Server analysis to your Azure pipeline.

circle-info

The Azure DevOps Extension for SonarQube Server must be installed in your Azure DevOps organization: see Azure DevOps Extension.

  1. Create your SonarQube Server project, see Creating and configuring your Azure DevOps project.

  2. Set up your project integration with Azure Pipelines. See Setting up Azure integration for your project.

  3. Once you have added the SonarQube Server analysis to your build pipeline, you can check the SonarQube Server Quality gate status in release pipeline.

  4. If you want to decorate your pull request with a quality gate status and are not interested to have SonarQube Server annotations in your PR, see the Disable pull request annotations article.

circle-info

The Azure DevOps extension for SonarQube Server running in your Azure pipeline can automatically detect branches or pull requests being built. You don’t need to specifically pass them as parameters to the scanner but you should make sure you have set up the pull request integration in your project. See Setting up Azure integration for your project for more information.

Last updated

Was this helpful?