Sonar Cloud is not reflecting any data

Hello Team,

I was able to build the system. But no data on cloud for this specific project, I don’t see any analysis. Could you please assist me on this.

Below is the bitbucket.yml file

image: GitHub - microsoft/containerregistry: Microsoft Container Registry description and related FAQ
clone:
depth: full # SonarCloud scanner needs the full history to assign issues properly

pipelines:
branches:
‘{master}’:
- step:
name: SonarQube analysis
caches:
- dotnetcore
- sonar
script:
- apt-get update
- apt-get install --yes openjdk-11-jre
- dotnet tool install --global dotnet-sonarscanner
- export PATH="$PATH:/root/.dotnet/tools"
- pipe: sonarsource/sonarcloud-scan:1.2.1
- pipe: sonarsource/sonarcloud-quality-gate:0.1.4

pull-requests:
‘**’:
- step:
name: SonarQube analysis
caches:
- dotnetcore
- sonar
script:
- apt-get update
- apt-get install --yes openjdk-11-jre
- dotnet tool install --global dotnet-sonarscanner
- export PATH="$PATH:/root/.dotnet/tools"
- pipe: sonarsource/sonarcloud-scan:1.2.1
- pipe: sonarsource/sonarcloud-quality-gate:0.1.4

definitions:
caches:
sonar: ~/.sonar

Hey @Ravi_Raju,

Welcome to the community!

Is it possible for you to share the logs of the analysis from the Bitbucket Cloud? (stripped of private data)

Best,
Marcin

Could you please tell me the path?
So that I don’t miss anything

If required I can share my screen. We can have a call so that we can analyse.

Sure Marcin

Hi
Please find attached logs.

Best Regards,
Ravi
Logs SonarQube.txt (8.8 KB)
Logs.zip (97.2 KB)