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
sonarqube scanner
build-step
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
Post a Comment