Closed
Description
Describe the bug
I upgraded my old SonarQube to the 9.9 LTA and my quality report keys has changed from com.github.mc1arke.sonarqube
to the SonarQube project key of my maven project.
With the update from the plugin version 1.8.1 to 1.11.0, the static report key was changed to the project key which is not what is stated in the sonarqube documentation : Bitbucket Integration
=> Add a Required report called com.sonarsource.sonarqube
To Reproduce
Steps to reproduce the behavior:
- With SonarQube 9.9 LTA
- Follow the documentation on a bitbucket project
- Start mvn sonar:sonar command with -Dsonar.pullrequest.key, -Dsonar.pullrequest.branch and -Dsonar.pullrequest.base
- See on the PR that "The associated report with the key 'com.sonarsource.sonarqube' was not created"
Expected behavior
The report associated with the PR analysis is expected to be com.sonarsource.sonarqube
Software Versions
- SonarQube Version: [v9.9.6 (build 92038)]
- Plugin Version: [1.14.0]
Activity