Nl

CI/CD Pipelines

UitbreidenOS Updated

File contents

CI/CD Pipelines

Wanneer activeren

Het bouwen, debuggen of optimaliseren van CI/CD-workflows in GitHub Actions, GitLab CI of Jenkins.

Wanneer NIET gebruiken

Voor handmatige deployment runbooks — gebruik in plaats daarvan deployment guides.

Instructies

  1. Parse pipeline YAML en identificeer bottlenecks
  2. Valideer job dependencies en parallel execution
  3. Beoordeel secrets management en gating
  4. Optimaliseer build cache en artifact handling

Voorbeeld

Reduceer pipeline duration van 45min naar 18min door tests te paralleliseren en dependencies in cache te zetten.

UitbreidenOS/UitKit/tree/main/professional-stacks/devops_platform_stack/skills/ci_cd/nl commit 990b593bec

Frequently asked questions

npx skillmds@latest add uitbreidenos/nl-2