> 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-server/2026.2/analyzing-source-code/ci-integration/not-integrated-tools.md).

# Not integrated CI tools

## Failing a pipeline job when the quality gate fails <a href="#quality-gate-fails" id="quality-gate-fails"></a>

You can configure the SonarScanner to wait for the quality gate result. This setting will force the pipeline to fail if the quality gate fails.

To do so:

1. Set the `sonar.qualitygate.wait` analysis parameter to `true`.
2. You can set the `sonar.qualitygate.timeout` analysis parameters to the number of seconds that the scanner should wait for a report to be processed. The default is 300 seconds.

For general information on setting up analysis parameters, see [Configuration overview](/sonarqube-server/2026.2/analyzing-source-code/analysis-parameters/configuration-overview.md).

## Related pages

* [GitHub Actions](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/github-actions.md)
* [Bitbucket Pipelines](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/bitbucket-pipelines.md)
* [GitLab CI/CD](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/gitlab-ci-cd.md)
* [Azure Pipelines](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/azure-pipelines.md)
* [Jenkins](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/jenkins-integration.md)
* [Codemagic](/sonarqube-server/2026.2/analyzing-source-code/ci-integration/codemagic-integration.md)


---

# 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-server/2026.2/analyzing-source-code/ci-integration/not-integrated-tools.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.
