Your team's deployment flow is the basis for the pipeline. Pick the closest match. You can edit branches, statuses, and stages after applying a template.
PR review, dev, staging, and production. The default for most engineering teams.
Code Review
Deployed to Dev
Deployed to Staging
Deployed to Production
PR review, staging, and production. For teams that deploy directly from PR to staging.
Code Review
Deployed to Staging
Deployed to Production
A single stage: push to main is production. For small teams or trunk-based workflows.
Deployed to Production
PR review, dev, QA, staging, production. For teams with a dedicated QA stage before staging.
Code Review
Deployed to Dev
Deployed to QA
Deployed to Staging
Deployed to Production
Build a custom pipeline
Start with one stage and add your own. Recommended only if none of the templates fit.