# CI Setup

## Get started

Integrating Currents with your CI Provider is the next logical step after creating your first run. Currents supports all major CI providers and provides examples for the most popular ones.

* Choose your provider below
* Learn about [CI Build ID](https://docs.currents.dev/~/changes/TYKBeqcc7WyqjmgOzWzB/guides/ci-build-id)
* Speed up your CI with [Parallelization](https://docs.currents.dev/~/changes/TYKBeqcc7WyqjmgOzWzB/guides/parallelization-guide)

## CI Providers

Below are articles guiding how to integrate with major CI Providers, with code examples included.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>GitHub Actions</strong></td><td></td><td></td><td><a href="ci-setup/github-actions">github-actions</a></td></tr><tr><td><strong>GitLab</strong></td><td></td><td></td><td><a href="ci-setup/gitlab">gitlab</a></td></tr><tr><td><strong>Jenkins</strong></td><td></td><td></td><td><a href="ci-setup/jenkins">jenkins</a></td></tr><tr><td><strong>Azure DevOps</strong></td><td></td><td></td><td><a href="ci-setup/azure-devops">azure-devops</a></td></tr><tr><td><strong>CircleCI</strong></td><td></td><td></td><td><a href="ci-setup/circleci">circleci</a></td></tr><tr><td><strong>AWS Code Build</strong></td><td></td><td></td><td><a href="ci-setup/aws-code-build">aws-code-build</a></td></tr><tr><td><strong>Bitbucket</strong></td><td></td><td></td><td><a href="ci-setup/bitbucket">bitbucket</a></td></tr><tr><td><strong>NX</strong></td><td></td><td></td><td><a href="ci-setup/nx">nx</a></td></tr></tbody></table>
