SonarQube version - 8.6
Sonar Scanner version - 4.5.0.2216
Teamcity version - 2020.2.1 (build 85633)
Hi folks, I am trying to check code quality using CI/CD pipeline from Teamcity server. In my project I have a job with two build steps. SonarQube also running as a local server.
My web app is running on jdk 1.8 and sonarqube is configured with jre 11. Both are running successfully
- One is to fetch the code from SVN and create a build - it is successful
- Second one is to analyze the code and check the code quality from SonarQube server - It is failed (ERROR: Error during SonarScanner execution)
This is the Build log of my job