Dear all,
I am trying to analyze a project in SonarCloud using Jenkins 2.429 and the SonarQube Extension Plugin for Jenkins 2.16.1
Since I do not pass the login/token property explicitly in the scanner, I found that the property is set correctly in SonarQube but not SonarCloud.
When I analyzed the project using SonarQube 10.2, the plugin uses the property sonar.token, however, when I changed the installation to SonarCloud, the plugin still sets the property to sonar.login.
I tried to set the property sonar.token explicitly in the analysis properties (just for testing purposes) and the warning still appears because the plugin already sets sonar.login.
Since the deprecation of this property is planned to be on 15th of this month I wonder what my options are, since the only option I see is to stop using the Jenkins extension and write the sonar-scanner command manually.
Thank you