# Supported CI/CD Platforms

Drizz supports integration with any CI/CD platform capable of making authenticated HTTP requests. This enables teams to embed Drizz test executions into their existing automation workflows without adopting new tooling or infrastructure. Whether the pipeline is event-driven, scheduled, or manually triggered, Drizz’s API-first model ensures consistent behavior across all environments. The platforms below represent the most commonly used CI/CD systems where Drizz is deployed for automated validation, regression runs, and release-gate enforcement.

### Supported CI/CD Platforms

1. GitHub Actions – Trigger tests on pull requests, merges, or manual dispatch
2. Jenkins – Integrate within scripted or declarative pipelines
3. GitLab CI – Run tests on branch pipelines or scheduled jobs
4. Bitbucket Pipelines – Execute tests during build or release stages
5. Azure DevOps – Invoke Drizz APIs from release pipelines


---

# Agent Instructions: 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.drizz.dev/drizz-api-integration/ci-cd-platform-integration/supported-ci-cd-platforms.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.
