Overview of integrated CIs

SonarQube Cloud supports integration with the the most popular CI systems.

CI integrations

SonarQube Cloud supports integration with the following continuous integration (CI) systems:

Conflict between CI-based and automatic analysis

CI-based analysis (i.e., using SonarScanner as part of your build process) is not meant to run concurrently with automatic analysis. If automatic analysis is enabled on a project, any attempt to run a SonarScanner on the same project will fail, failing the build pipeline as it does so. Either use automatic analysis or use a CI-based analysis with SonarScanner, but not both!

For details on Deactivating automatic analysis or reactivating automatic analysis, see theAutomatic analysis page.

Last updated

Was this helpful?