Audit GitLab CI/CD Drift with PowerShell
A practical PowerShell workflow for inventorying GitLab projects, collecting only CI-relevant files and identifying copied pipeline drift.
Topic
10 matching entries across Articles, TIL and Projects.
Long-form writing tagged GitLab.
A practical PowerShell workflow for inventorying GitLab projects, collecting only CI-relevant files and identifying copied pipeline drift.
How I turned successful sandbox pipelines into narrow, reviewable GitLab merge requests without allowing automation to rewrite source repositories blindly.
How to mirror GitLab repositories into an isolated group, preserve release history and prevent test pipelines from affecting production.
A practical migration path from repository-owned pipeline copies to versioned GitLab CI/CD components with controlled inputs and upgrades.
How one broken release job became a repeatable audit, sandbox, verification and backport workflow for a mixed GitLab repository estate.
From WSL2 and container health checks to DNS caching and deployment tooling, the practical lessons I learned taking a simple application from source code to a running service.
A practical approach to container CI/CD: prove the build, registry and deployment path manually, then automate the same operations with GitLab.
Short notes and fixes tagged GitLab.
Using the Git commit SHA as a container image tag creates a direct, immutable link between source code, pipeline and deployed artifact.
When learning a new platform, proving the deployment manually first turns CI/CD into automation of a known-good process.
Projects and implementation patterns tagged GitLab.
An end-to-end learning project covering a minimal Node.js service, containerisation, local testing, registry publishing, managed deployment and GitLab CI/CD automation.