Hello Team,
I am running this sonarqube from my project and I am getting this error. It is not able to scan the c/c++ code. The scanner is running fine but not able to scan the c/c++ code.
Here is the configuration:
sonar.host.url=http://172.20.40.114:8443
sonar.projectKey=ssgsonarqube
sonar.projectName=SSG
sonar.projectVersion=1.0
Your relative path to source folder may be different
sonar.sources=/home/builds/tsd-jenkins-be/nightly-builds/ssg
sonar.cfamily.build-wrapper-output=/home/builds/sonarqube/ssg/build_output
sonar.java.binaries=.
Encoding of the source files
sonar.sourceEncoding=UTF-8
We are also running the build-wrapper as:
build-wrapper-linux-x86-64 --out-dir /home/builds/sonarqube/ssg/build_output make all
attached the build-wrapper.log and build-wrapper-dump.json files
build-wrapper.log (362.0 KB)
build-wrapper-dump.json (26.5 KB)