For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?