Examples
A collection of real-world Workflow examples — pipeline templates you can copy and use right away
A collection of real-world Workflow examples ready for immediate use. Each example includes detailed comments.
Basics
| Example | Description |
|---|---|
| Basic CI Pipeline | Basic pipeline with lint, test, and build |
| Conditional Execution | Branch/event-based branching using if conditions |
| Using Step Outputs | Passing data between Steps with $COLLABOPS_OUTPUT |
| Variables and Secrets | Three-tier usage of vars, secrets, and env |
Docker & Deployment
| Example | Description |
|---|---|
| GCP Docker Deploy | GCP Artifact Registry + GKE deployment |
| AWS Docker Deploy | AWS ECR + EKS deployment |
| Docker Build | Build/push images with the Docker service |
| Docker Compose Test | Set up DB/Redis test environments with Compose |
Advanced Pipelines
| Example | Description |
|---|---|
| Monorepo Pipeline | Frontend/Backend parallel build + security scan |
| Phase Pipeline | Stage separation using phase metadata |
| Scheduled Pipeline | Cron schedule-based nightly build |
| Full Production Pipeline | Complete CI/CD for a real production environment |