We are using SonarQube community edition 9.7 server is installed on RHEL machine. We scan a dot net project via Jenkins pipeline (Jankins master delegates to a windows node). We setup the sonarqube via SonarScanner.MSBuild.exe in the jenkinsfile.
All of a sudden scanner doesn’t work due to an error,
SonarQube analysis could not be completed because the analysis configuration file could not be found.
sonarqubeananalysisconfig.xml not found: c:/jenkins/ws/myprj_pipeline/.sonarqube\conf\SonarQubeAnalysisConfig.xml
What’s wrong here? I don’t see the file sonarqubeananalysisconfig anywhere in the installation.
Build logs doesn’t have any other useful info. just 2 lines of error as I mentioned in the initial post. btw, The version I am using is 9.8 (build 63668). I think any above version requires JDK 17. I can’t upgrade it. My other 3 projects are running on JDK 11. The one we have above mentioned issue is for a C# dot net application.
Thanks, I didn’t notice an error at the start of the build output.
First checkout state, 2nd SonarQube build stage that has 100s of lines of console output
SonarScanner for MSBuild 5.11
Using the .NET framework version of the scanner for MSBuild
Pre-processing started.
Preparing working directories…
Updating build integration targets…
Please ignore localhost call, that was configuration issue. I corrected it. In the previous version it did not make such call, Downloading from http://xx.xxx.xxx.29:9000/api/server/version