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

Closed janv8000 closed 2 months ago

janv8000 commented 10 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 10 months ago

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