SonarQube Community Build | DevOps platform integration | Azure DevOps integration | Adding analysis to Azure pipeline | Introduction
Adding SonarQube analysis to your Azure build pipeline
On this page
Before starting, see Azure Pipelines integration overview.
Once you have created and set up your SonarQube Community Build project (see Importing your DevOps repositories and Setting up feature integration with Azure DevOps for your project), you can add the SonarQube Community Build analysis to your Azure build pipeline:
- Adding analysis for a Gradle or Maven project
- Adding analysis for a .NET project
- Adding analysis for a JS, TS, GO, Python, PHP or other project
Once you have added the SonarQube Community Build analysis to your build pipeline, you can check the SonarQube quality gate status in your release pipeline.
To add the SonarQube analysis to a your Azure pipeline:
- For a C family project: you need SonarQube Server Developer Edition.
- For a monorepo: you need SonarQube Server Enterprise Edition.
For more information, see the SonarQube Server documentation.
Related pages
Was this page helpful?