JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 32 forks source link

Plugin uses an authentication mechanism to be made obsolete by SonarQube #103

Open janv8000 opened 5 months ago

janv8000 commented 5 months ago

Usage of the plugin results in the following warning (not an error, analysis and build proceeds as usual):

The property ‘sonar.login’ is deprecated and will be removed in the future. Please use the ‘sonar.token’ property instead when passing a token.

Token based login was implemented in https://github.com/JetBrains/TeamCity.SonarQubePlugin/issues/48

janv8000 commented 5 months ago

Also tracked in https://youtrack.jetbrains.com/issue/TW-85911/Sonar-Runner-Plugin-does-not-use-sonar.token