SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -


i trying run sonarqube scanner within jenkins post-build step. however, keep getting error message below:

------------------------------------------------------------------------ sonar analysis failed ------------------------------------------------------------------------ fatal: sonarqube scanner executable not found sonarqube build step 'execute sonarqube scanner' marked build failure 

from similar questions on stackoverflow read 1 should choose "install automatically" sonarqube scanner, have done.

my configurations follows:

  • sonarqube 6.0
  • jenkins 1.609.3
  • sonarqube plugin 2.4.4

sonarqube servers

sonarqubeservers.png

sonarqube scanner

sonarqubescanner.png

build-step

buildstep.png

when config sonarqube scanner in manage jenkins --> global tool configuration --> sonarqube scanner, besides select "install automatically", need add installer. see screenshot here: sonarqube scanner --> add installer


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -