SonarCloud | Advanced setup | CI-based analysis | Other CIs
Analyze your repository with another CI provider
To run an analysis on a CI provider other than those with specific integrations:
- Integrate the SonarScanner analysis into your build pipeline as explained in the corresponding scanner section: SonarScanner for .NET, Maven, Gradle, or NPM.
- If necessary, adjust the analysis scope or other default analysis parameters.
- Start and test the analysis.
- Add the branch analysis or pull request analysis to your pipeline.
Here is an example of a configuration for pull requests in a CI job:
Was this page helpful?