Introduction
Adding SonarQube Server analysis to your Azure pipeline.
The Azure DevOps Extension for SonarQube Server must be installed in your Azure DevOps organization: see Azure DevOps Extension.
Before you begin, see Azure Pipelines integration overview.
Create your SonarQube Server project, see Creating and configuring your Azure DevOps project.
Set up your project integration with Azure Pipelines. See Setting up Azure integration for your project.
Add the SonarQube Server analysis to your Azure build pipeline:
Once you have added the SonarQube Server analysis to your build pipeline, you can check the SonarQube Server Quality gate status in release pipeline.
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.
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.
Related pages
Setting up Azure integration for your project at the project level
Related online learning
Last updated
Was this helpful?

