Top "Sonarqube-scan" questions

SonarQube Scanners run the analyzers on code.

Execute SonarQube Scanner within Jenkins 2 Pipeline

I want to execute a "SonarQube Scanner" Step within my Jenkins 2.x Pipeline. When I try to create a sample …

jenkins groovy jenkins-pipeline sonarqube-scan
Sonarqube scanner report upload error 500

When every I create a new project with SonarQube project properties, I get this error: 04:13:57.939 DEBUG: Upload report 04:14:11.533 DEBUG: POST 500 …

sonarqube sonarqube-scan
How can we ignore some SonarQube rules in Java?

We recently started using SonarQube. We have found some rules that are suggested by SonarQube but we want to ignore …

java sonarqube rules sonar-runner sonarqube-scan
SonarQube Plugin for Jenkins does not find SonarQube Scanner executable

I am trying to run the SonarQube Scanner within Jenkins as a post-build step. However, I keep getting the error …

jenkins sonarqube sonarqube-scan
SonarQube upgrade from 6.4 to 6.5 breaks the scanner

I am on sonarQube6.4 and have upgraded to 6.5 Sonar-scanner is 3.0.3 Now after the upgrade the scanner fails anytime there is …

sonarqube sonarqube-scan
Sonarqube scan error with line out of range?

[07:43:57]W: [Step 1/1] ERROR: Error during SonarQube Scanner execution [07:43:57]W: [Step 1/1] ERROR: Line 523 is out of range in the file src/…

java sonarqube sonarqube-scan
Why doesn't my sonar scanner run create a report-task.txt file?

I'm trying to get my build to break based on sonar results - so I've got a build-breaker running off …

maven sonarqube sonarqube-scan
SonarQube error when executing blame for file

I recently upgraded from SonarQube 5.1.2 to SonarQube 5.6. Now I'm getting an IllegalStateException "Error when executing blame for file". This happens …

svn ant sonarqube sonarqube-scan
Unsupported class file major version 55 when executing sonar-maven-plugin under openjdk11

i looked around the similar issues and replies, but did not find the solution for mine. I am using openjdk11 …

java maven sonarqube sonarqube-scan
How to execute SonarQube scanner in Jenkins Declarative Pipeline without Maven and Docker

Does SonarQube scanner support BlueOcean pipeline plugin without maven and docker, if it does how does the script works in …

jenkins sonarqube sonarqube-scan jenkins-blueocean