To perform the sonarqube scan, it is not able to scan the source code which is present in other directory locations.
If it is kept inside C:/agent/sonar-scanner/bin/src - it is able to scan. That means sonarscanner.bat and src in same location - success.
Is there any constraint for locating the source anywhere else in the path to be conditionally passed from the same folder where sonarscanner.bat is present.
Code is not getting scanned if it is placed like below location:
sonarscanner.bat location: C:/agent/sonar-scanner/bin/sonarscanner.bat
source code location: C:/code/_work/s/1/src