-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin needs critical update #38
Comments
@danieljimenez the plugin uses SonarQube Scanner. It is located under sonar-runnner directory due to backward compatibility reasons. The same is for JDBC connection information. |
It's still a very, very old version. I ended up using this fork, and then manually updating the scanner libraries: https://github.com/MikhailKaduchka/TeamCity.SonarQubePlugin |
Year on from above report and plugin still using a very old sonar-runner version 2.4. This needs to be updated as this version runner, now called scanner, no longer supports sonarqube 6.7.2 or above. Therefore this useful plugin is no longer a viable option if using the new version of sonarqube. That said the scanner for msbuild works fine as underlying scanner is a newer version (3.0). |
@asbrown77 @danieljimenez The latest plugin version is bundled with SonarQube Scanner v3.0.3 which could be set as default in Administration -> Tools page or in the Build Step itself. It's also possible to easily upload custom versions. |
This is languishing for an advertised plugin, it should be moved to use sonar-scanner instead of sonar-runnner, and needs to be updated to no longer ask for JDBC connection information.
The text was updated successfully, but these errors were encountered: