I m getting error Container ‘docker’ exceeded memory limit when i m trying to build and
My. yml file is-
image: # Choose an image matching your project needs
clone:
depth: full # SonarCloud scanner needs the full history to assign issues properly
definitions:
caches:
sonar: ~/.sonar/cache # Caching SonarCloud artifacts will speed up your build
steps:
- step: &build-test-sonarcloud
name: Build, test and analyze on SonarCloud
caches:
- # See Caches | Bitbucket Cloud | Atlassian Support
- sonar
script:
- # Build your project and run
- pipe: sonarsource/sonarcloud-scan:1.4.0
- step: &check-quality-gate-sonarcloud
name: Check the Quality Gate on SonarCloud
script:
- pipe: sonarsource/sonarcloud-quality-gate:0.1.6
pipelines: # More info here: Configure bitbucket-pipelines.yml | Bitbucket Cloud | Atlassian Support
branches:
master:
- step: *build-test-sonarcloud
- step: *check-quality-gate-sonarcloud
pull-requests:
‘**’:
- step: *build-test-sonarcloud
- step: *check-quality-gate-sonarcloud
pipelineLog-{13c65c7b-4e99-456f-9833-9c5d2e528389}.txt (11.0 KB)