Troubleshooting
Troubleshooting issues when integrating SonarQube Server with Bitbucket Cloud.
Last updated
Was this helpful?
Troubleshooting issues when integrating SonarQube Server with Bitbucket Cloud.
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:
...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.
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?
Was this helpful?

