Devops 597 installs

gitlab-ci-patterns

by wshobson/agents

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD,…

Skill content

GitLab CI Patterns

Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment.

Purpose

Create efficient GitLab CI pipelines with proper stage organization, caching, and deployment strategies.

When to Use

- Automate GitLab-based CI/CD

- Implement multi-stage pipelines

- Configure GitLab Runners

- Deploy to Kubernetes from GitLab

- Implement GitOps workflows

Basic Pipeline Structure