CollabOps

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

ExampleDescription
Basic CI PipelineBasic pipeline with lint, test, and build
Conditional ExecutionBranch/event-based branching using if conditions
Using Step OutputsPassing data between Steps with $COLLABOPS_OUTPUT
Variables and SecretsThree-tier usage of vars, secrets, and env

Docker & Deployment

ExampleDescription
GCP Docker DeployGCP Artifact Registry + GKE deployment
AWS Docker DeployAWS ECR + EKS deployment
Docker BuildBuild/push images with the Docker service
Docker Compose TestSet up DB/Redis test environments with Compose

Advanced Pipelines

ExampleDescription
Monorepo PipelineFrontend/Backend parallel build + security scan
Phase PipelineStage separation using phase metadata
Scheduled PipelineCron schedule-based nightly build
Full Production PipelineComplete CI/CD for a real production environment

Table of Contents