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

