Make sure to tell us:
- What version are you upgrading from? - 8.9.3
- System information (Operating system, Java version, Database provider/version)
Windows , JAVA - 17 , Database provider - SQL 14 - What’s the issue you’re facing?
Previously we had a project which has scan results of svn repository (through Jenkins pipeline) . Three repositories in svn were pushing scan results in one project in SonarQube(three different pipelines in Jenkins).
After , sonarQube upgrade , one Jenkins pipeline successful , other two are failing with below error (previously all were successful)
One which is successful , was defined before the other two which are failing.
EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 43.408s
INFO: Final Memory: 42M/147M
INFO: ------------------------------------------------------------------------
ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: Authentication error when executing blame for file XXXX/SQL Files/XXXXX.sql
In previous version , we had a configuration to specify svn repo link l. which is not available now as it scan identifying .svn folder .