CI/CD Pipeline Lab
Build pipelines, watch commits flow, learn deployment strategies
Stage Palette
Drag a stage to the pipeline or click to add
Build
Test & Lint
Security
Deploy
Gates
Your Pipeline
Drag stages from the palette or click to add. Hover to remove or inject failures.
📦
Drag stages here to build your pipeline
or click a stage in the palette
Build Tips
- • Start with Build - compile your code first
- • Add Lint and Test stages early to catch issues
- • Security Scan should run before deployments
- • Deploy to Dev → Staging → Prod in order
- • Use Approval Gate before production for manual review