Hi Community,
Last Spring I upgraded our sonarqube from 7.7 to 8.3.1 34397 and I migrated mysql db to postgressql db at the same time. we use CVS as SCM and jenkins as our build tool, sonar is used for JAVA projects
Every night we run a sonarqube scan on our projects, this has been running without any problemes since the upgrade. then a couple of days ago, one of the projects, nolonger passes the quality gate, everytime the scan is run it detectes 3 new blockers and 1 new critical issues.
This should be fine, but if I go into the issues list, no issues are shown, instead new files has been created with text starting with “AWG4T…” , these files are not a part of our project, and all new issues are reported on those files. Every time sonarqube scan is run, the number of issues on the new files is increased.
If i go to source code, there is no new sonar issues, that time wise compares to the new issues, sonar is reporting.
Solutions tried,
Delete the sonarqube_home/data/es6 folder and restartet sonarqube - no effect
Delete Jenkins .sonar/cache - no effect
Anyone run into a simalar issue?
or someone that can help with a solution to this?
Daniel