← all posts
July 24, 2026·1 min read

CI/CD pipeline hardening

A good chunk of this year went into hardening GitLab CI pipelines that touch real infrastructure.

GitLab CICI/CDReliability

A good chunk of this year went into hardening GitLab CI pipelines that touch real infrastructure — retries, idempotency, cleanup steps that run whether the job succeeds or fails.

The pattern I keep coming back to: a pipeline that only works when everything goes right isn't done yet.