> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cloud/analyzing-source-code/ci-based-analysis/overview-of-integrated-cis.md).

# Overview of integrated CIs

## CI integrations <a href="#ci-integrations" id="ci-integrations"></a>

SonarQube Cloud supports integration with the following continuous integration (CI) systems:

* [Github Actions](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/github-actions-for-sonarcloud.md)
* [Bitbucket Pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/bitbucket-pipelines-for-sonarcloud.md)
* [Azure pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines.md)
* [GitLab CI](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/gitlab-ci.md)
* [CircleCI](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/circleci.md)
* [Other CIs](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/other-cis.md)

## Conflict between CI-based and automatic analysis <a href="#conflict-between-ci-based-and-automatic-analysis" id="conflict-between-ci-based-and-automatic-analysis"></a>

CI-based analysis (i.e., using SonarScanner as part of your build process) is not meant to run concurrently with automatic analysis. If automatic analysis is enabled on a project, any attempt to run a SonarScanner on the same project will fail, failing the build pipeline as it does so. Either use automatic analysis or use a CI-based analysis with SonarScanner, but not both!

For details on [Automatic analysis](/sonarqube-cloud/analyzing-source-code/automatic-analysis.md#deactivating-automatic-analysis) or reactivating automatic analysis, see the[Automatic analysis](/sonarqube-cloud/analyzing-source-code/automatic-analysis.md) page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-cloud/analyzing-source-code/ci-based-analysis/overview-of-integrated-cis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
