Troubleshooting
Troubleshooting issues when integrating SonarQube Community Build with Bitbucket Cloud.
Docker memory limit
If your Pipelines fail with the error Container ‘docker' exceeded memory limit, you’ll need to increase the memory limit for the docker process in your bitbucket-pipelines.yml file:
...
definitions:
services:
docker:
memory: 2048
pipelines:
...API request limit exceeded
If your Bitbucket Cloud API calls fail with HTTP 429 code and "Rate limit for this resource has been exceeded" error, try to use a dedicated Bitbucket user for SonarQube Community Build integration.
Related pages
Setting up Bitbucket Cloud integration at global level Importing Bitbucket Cloud repositories Adding analysis to Bitbucket pipeline\
Last updated
Was this helpful?

