Quick summary
This guide shows how to integrate SonarQube with Bitbucket Pipelines by adding the SonarQube pipe directly inside the Bitbucket pipeline editor and committing the configuration — no manual YAML editing required.
Steps
- Navigate to the left-side panel, then click Pipelines.
- Choose the specific pipeline you wish to integrate.
- Tap the View Configuration icon.
- Click Edit at the top-right corner.
- Under the Configure tab, tap Add Pipes (Integrations).
- Search for SonarQube, choose your preferred integration, then click the Copy Script icon next to it.
- Click the code panel and paste the copied snippet.
- Tap Commit to save the changes.
- Add a short commit message and click Commit once again to confirm.
- The selected Bitbucket pipeline is now integrated with SonarQube.
.gif)



