Guided scenario
CI/CD with a free-tier option
A startup wants automated builds and deploys without burning budget on build minutes. This shortlist orders CI/CD platforms by a free tier noted at last review and startup pricing, so pipelines run on each commit affordably. Also weigh build minutes and concurrency, the hosting model, and how cost grows with volume.
Azure DevOps
azure.microsoft.com/en-us/products/devops
Azure DevOps is Microsoft's integrated software-delivery suite: Repos for Git hosting, Pipelines for CI/CD, Boards for work tracking, and Artifacts for packages, available as a cloud service and as Azure DevOps Server for self-hosting.
Bitbucket Pipelines
bitbucket.org/product/features/pipelines
Bitbucket Pipelines is the CI/CD service built into Atlassian's Bitbucket for automating builds and deployments from Bitbucket repositories.
Buildkite
buildkite.com
Buildkite is a CI/CD platform built around a hybrid model: it provides a hosted control plane while build agents run on the customer's own infrastructure.
CircleCI
circleci.com
CircleCI is a CI/CD platform for automating build, test, and deployment pipelines, serving development teams of varying sizes.
Drone CI
www.drone.io
Drone CI is a container-native, open-source continuous integration platform where every pipeline step runs as a container, with pipelines defined as code.
GitHub Actions
github.com/features/actions
GitHub Actions is a CI/CD service built directly into GitHub for automating builds, tests, and deployments through workflows defined as code in the repository.
GitLab CI/CD
docs.gitlab.com/ee/ci
GitLab CI/CD is the pipeline automation built into the GitLab platform for building, testing, and deploying code across the full DevOps lifecycle.
Harness
www.harness.io
Harness is a software-delivery platform whose continuous-integration and continuous-delivery modules add ML-driven test intelligence, pipeline governance, and deployment verification on top of container-native builds.
