Hi,
We have Sonarqube version 7.7. We have given the below properties in jenkins job configuration and we have .sh, .bash and .xml files in our repository configured. We could see only .xml files getting scanned and other files not available in sonar. Kindly advise on this.
#sonar.login=
#sonar.password=
sonar.projectKey=xxx
sonar.projectName=xx
sonar.projectVersion=${BUILD_NUMBER}
sonar.sources=.
sonar.java.binaries=.
sonar.sourceEncoding=UTF-8
Thanks & Regards,
Gokila Balakrishnan.