Versions: “org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513”
Goal: To perform SonarCloud Analysis through CircleCI, when the new code has been committed and merged.
Progress: The SonarCloud Analysis runs and completes successfully, but the results of Analysis are not reflecting on SonarCloud Dashboard.
Hello Team,
When the SonarCloud Analysis is initiated from CircleCI, the results are not reflecting on the Dashboard, even though the Analysis is executed successfully.
But when the SonarCloud Analysis is initiated from AndroidStudio Terminal, the results are reflecting.
Please suggest a solution as to how to execute the SonarCloud Analysis successfully from CircleCI.
PS : The SONAR_TOKEN (Env Variable) and SonarCloud (context) have already been added to CircleCI.
Thank you.