Top "Sonarqube-scan" questions

SonarQube Scanners run the analyzers on code.

Sonarqube : The 'report' parameter is missing

I am using MSBuild. I have Java 8 installed. I am running the following commands: SonarQube.Scanner.MSBuild.exe begin /k:"…

windows msbuild sonarqube sonarqube-scan
The SonarQube Post-build Action is deprecated

Using Jenkins 1.642.2 for code analysis with SonarQube 5.6.1 for all my maven projects. When I use maven goal sonar:sonar they …

jenkins java-8 sonarqube maven-3 sonarqube-scan
Error while executing Sonarqube analysis " Insufficient privileges"

I am trying to analyse java code through sonarqube. We have created a sonarqube server in our local environment and …

sonarqube sonar-runner sonarqube-scan
How to report Jacoco Groovy code coverage to Sonar using new Gradle SonarQube plugin?

I've a multi-module Groovy project using Gradle. I applied jacoco, sonarqube plugins. I was able to Find build/jacoco/test.…

gradle groovy sonarqube jacoco sonarqube-scan
See history of Sonar analyses in SonarQube

I am triggering a Sonar analysis from Jenkins whenever a user commits any change to any branch of my project. …

sonarqube sonar-runner sonarqube-scan sonarlint
SonarQube: Coverage on New Code never calculated

I have set up SonarQube, Maven and Cobertura to upload unit test coverage at every build run. I want to …

maven sonarqube cobertura sonarqube5.1 sonarqube-scan