Skip to content

SonarQube Integration with Jenkins


Step 1: Install SonarQube Scanner Plugin

  1. Go to Jenkins → Manage JenkinsManage Plugins
  2. Search for "SonarQube Scanner" in the Available tab
  3. Install and restart Jenkins

Step 2: Configure SonarQube Server in Jenkins

  1. Manage JenkinsConfigure System
  2. Scroll to SonarQube servers section
  3. Click Add SonarQube
  4. Name: SonarQube
  5. Server URL: http://your-sonarqube-server:9000
  6. Server Authentication Token: (Generate from SonarQube → My Account → Security)

Next: Pipeline Example →

Official Jenkins Integration: SonarQube Jenkins Docs