# CI-based analysis

- [Overview of integrated CIs](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/overview-of-integrated-cis.md): SonarQube Cloud supports integration with the the most popular CI systems.
- [Github Actions](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/github-actions-for-sonarcloud.md): Configure an analysis of your SonarQube Cloud project using GitHub Actions.
- [Bitbucket Pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/bitbucket-pipelines-for-sonarcloud.md): Configure an analysis of your SonarQube Cloud project using Bitbucket Pipelines.
- [Azure pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines.md): Setting up your Azure pipeline to integrate a SonarQube Cloud analysis has multiple steps. See these pages for information and details you'll need to get on your way.
- [Introduction](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/introduction.md): This page will get you started for a CI-based analysis in SonarQube Cloud if you're working with an Azure pipeline.
- [Azure Pipelines integration overview](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/azure-pipelines-integration-overview.md): The Azure DevOps extension for SonarQube Cloud makes use of specific tasks to define steps in your pipeline. This page also includes details about the extension modes and your analysis process.
- [Configuring project for Azure Pipelines](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/setting-up-project-integration.md): This page explains project-level settings required if you use Azure Pipelines for your project analysis.
- [Adding analysis to build pipeline](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline.md): Depending on your project type, setting up an analysis pipeline with the Azure DevOps extension for SonarQube Cloud is slightly different. These pages help you construct the correct pipeline.
- [Gradle or Maven project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/gradle-or-maven-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for Gradle or Maven projects.
- [.NET project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/dotnet-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for .NET projects.
- [C family project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/c-family-project.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for C-family projects.
- [JS, TS, Go, Python, PHP, etc. project](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/js-ts-go-python-php.md): Adding the SonarQube Cloud analysis to your Azure build pipeline for JS, TS, Go, Python, and PHP projects in SonarQube Cloud.
- [Monorepo projects](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/monorepo-projects.md): Use these instructions to set up your build pipeline in Azure DevOps when analyzing monorepo projects in SonarQube Cloud.
- [Using various features](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/adding-analysis-to-build-pipeline/various-features.md): This page explains numerous features you may use when adding a SonarQube Cloud analysis to your Azure build pipeline.
- [Checking quality gate in release pipeline](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/quality-gate-status-in-release-pipeline.md): It is possible to use your SonarQube quality gate status to block your Azure DevOps release pipeline.
- [List of SonarQube tasks](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/azure-pipelines/sonarqube-tasks.md): The Azure DevOps extension for SonarQube Cloud provides tasks to stage automations in your Azure build pipeline. This page contains the task list along with the task inputs and their descriptions.
- [GitLab CI](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/gitlab-ci.md): Configure an analysis of your SonarQube Cloud project using GitLab CI.
- [Jenkins](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/jenkins.md): These pages include everything you need to integrate a SonarQube Cloud analysis into your Jenkins CI server.
- [Key features](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/jenkins/key-features.md): Sonar provides a Jenkins extension to enable smooth integration. This section explains the key features of this integration.
- [Setting up Jenkins](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/jenkins/global-setup.md): This page explains how to set up Jenkins globally for the integration with SonarQube Cloud.
- [Adding analysis to a Jenkins job](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/jenkins/add-analysis-to-job.md): This section explains how to add the SonarQube Cloud analysis to your Jenkins Freestyle or Pipeline jobs.
- [Setting up a pipeline pause](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/jenkins/pipeline-pause.md): To configure an automatic failing of your Jenkins pipeline when the quality gate computed by SonarQube Cloud fails, you must set up a pipeline pause.
- [Amazon CodeCatalyst](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/amazon-codecatalyst.md): You can integrate SonarQube Cloud analysis into your Amazon CodeCatalyst CI/CD.
- [CircleCI](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/circleci.md): A quick link to the SonarQube Cloud Orb which can be used with any linux based docker image that includes the command line tools ‘curl’ and ‘unzip’.
- [Codemagic](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/codemagic.md): Where to find a tutorial to integrate SonarQube Cloud with Codemagic CI.
- [Other CIs](/sonarqube-cloud/analyzing-source-code/ci-based-analysis/other-cis.md): Running an analysis on a CI provider other than those with specific integrations.
