Templates

Launch from opinionated pipeline starting points.

Each template includes realistic stages, needs, dependencies, and artifacts so the graph view is useful immediately.

Best for npm libraries and frontend apps.

Node Release Pipeline

Install, lint, test, pack, and release a Node.js package with artifact reuse.

Best for containerized services.

Docker Service Pipeline

Build container images, run security scans, and promote deploy jobs with manual gates.

Best for polyglot monorepos.

Monorepo Matrix Pipeline

Run selective tests for multiple services with rules and explicit downstream dependencies.

Best for teams adopting GitLab CI/CD catalog components and reusable template libraries.

Component-Driven Pipeline

Include CI/CD catalog components with spec:component context interpolation, parallel matrix builds, and OIDC id_tokens.

Best for monorepos with orthogonal build targets and child pipeline orchestration.

Child Pipeline with Run Keyword

Use the run: keyword to define child pipelines inline, with parallel matrix strategies and OIDC identity tokens.

Best for projects with compliance scanning, code review apps, and granular conditional includes.

Advanced Security & Review Pipeline

Conditional security scanning with rules:exists, include:rules, retry on exit codes, and environment stop jobs.