Start FreeLog in
SonarQube Cloud | Advanced setup | CI-based analysis | Jenkins | Key features

Key features of the SonarQube Cloud integration with Jenkins

On this page

SonarSource provides an extension for Jenkins to enable smooth integration. With the Jenkins Extension:

  • You can install the SonarScanner CLI, for Maven, for Gradle, or for .NET from Jenkins and centralize the configuration of SonarQube Cloud connection details in Jenkins global configuration.
  • You can trigger the SonarQube Cloud analysis from your Jenkins Freestyle or Pipeline jobs using standard Jenkins build steps or Jenkins Pipeline DSL. Once the Jenkins job is complete, the extension will detect that a SonarQube Cloud analysis was made during the build and display a badge and a widget on the job page with a link to the SonarQube Cloud dashboard as well as quality gate status.
  • Starting in Team plan, you can configure an automatic failing of your pipeline in case your code fails the quality gate you defined in SonarQube Cloud: see below.

Automatic interruption of your pipeline in case the quality gate fails

This feature is available starting in Team plan.

With the Jenkins Extension, you can configure that your pipeline job fails in case the quality gate computed by SonarQube Cloud for your project fails. To do so, the extension makes webhook available: a webhook call must be configured in SonarQube Cloud to call back into Jenkins to allow the pipeline to continue or fail.  

The figure below illustrates the process:

  1. A Jenkins Pipeline job is started.
  2. The job triggers the analysis by the SonarScanner.
  3. The SonarScanner sends the results to SonarQube Cloud.
  4. SonarQube Cloud completes the analysis, computes the quality gate configured for the project, and checks if the project fails or passes the quality gate.
  5. SonarQube Cloud sends the pass or failure result back to the Jenkins webhook exposed by the extension.
  6. The pipeline job continues (in case of a pass) or fails (otherwise).

Was this page helpful?

© 2008-2024 SonarSource SA. All rights reserved. SONAR, SONARSOURCE, SONARQUBE, and CLEAN AS YOU CODE are trademarks of SonarSource SA.

Creative Commons License