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.