Hello,
i’m traing to have pull request decoration beetween my sonarcloud and bitbucket cloud platforms using maven. I follow this configuration guide. Seems that the analisys go well, but when i go in bitbucket repository i can not see the resulta of analisys (message is “”).
See screenshots for more details.
Seems that sonrcloud side i have this problem in pullrequest analisys (Please install SonarCloud application on the Bitbucket Cloud repository’s organization or user: ‘livpat’)
from maven command i sent all there parameters:
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar -Dsonar.coverage.jacoco.xmlReportPaths=target/coverage-reports/jacoco.xml -Dsonar.pullrequest.key=2 -Dsonar.pullrequest.branch=dev -Dsonar.pullrequest.base=master -Dsonar.pullrequest.provider=bitbucketcloud -Dsonar.pullrequest.bitbucketcloud.repository=jdk8project -Dsonar.pullrequest.bitbucketcloud.owner=livpat’