Troubleshooting
Troubleshooting issues when integrating SonarQube Server 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 Server integration.
Related pages
Setting up Bitbucket Cloud integration at global level Importing Bitbucket Cloud repositories Setting up Bitbucket Cloud integration for your project Adding analysis to Bitbucket pipeline
Last updated
Was this helpful?

