Bitbucket Pipelines
Configure an analysis of your SonarQube Cloud project using Bitbucket Pipelines.
Launch your analysis and check your Quality Gate
Analyzing branches
pipelines:
...
branches:
main:
- step:
script:
- mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
...Analyzing pull requests
Analyzing Monorepo Projects with Bitbucket Cloud: Pipeline Configuration
Failing the pipeline job when the quality gate fails
Preventing pull request merges when the quality gate fails

Sample projects
Troubleshooting
Related pages
Last updated
Was this helpful?

