While trying to integrate SonarCloud and Bitbucket, the pipeline is failing because of non existing toolchains. Please make sure you define the required toolchains in your ~/.m2/toolchains.xml file....
I have been trying to run sonarcloud on a repository using Bitbucket PHP pipeline and it returns "Container 'docker' exceeded memory limit.". image: composer:2.0 clone: depth: full # SonarCloud...
I have a bitbucket pipeline configured, but it fails sonarcloud quality gate. My pipeline is as follow: # enable Docker for your repository options: docker: true definitions: s...
Greetings I am trying to add Sonar Cloud to my repo. I clicked Pipeline, and create bitbucket-pipelines.yml file but it wont let me commit this file in the root of the repo. I...
Our project uses Gradle + Java 8. At the moment it's not possible to migrate over to Java 11. SonarCloud needs Java 11. Does anyone know how to setup Bitbucket pipelines where Java 8 is used for b...
...irstly supposed to use the image in a build since all I want to do is to take the code from my repository and put it in sonarcloud for analysis I have not been able to analyse a single piece of code e...
Hi Team, My pipeline failed and i got the below error: "our project contains .java files, please provide compiled classes with sonar.java.binaries property, or exclude them from the...
Hi guys, i'm currently using atlassian/default-image:2 to run my sonarcloud analysis through bitbucket pipelines. I got a warning message from sonarcloud, notifying me that in October 2020, j...
Hi, I have enabled sonar cloud plugin for my bitbucket code.I have configured a "pom.xml" so whenever I am pushing some code sonar is analyzing.But the problem is it is always applying the XML profi...
...tlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/sonarsource/sonarcloud-scan/sonarcloud-scan.log' I have included the sonar token in the bitbucket-pipelines.yml, n...
...over.out - step: caches: - coverage name: Send SonarCloud Metrics script: - pipe: sonarsource/sonarcloud-scan:0.1.5 v...
Copied to clipboard