Replacing Jenkins with GitLab CI
Replacing Jenkins with GitLab CI

Replacing Jenkins with GitLab CI

Author
Shiv Bade
Tags
gitlab
ci
pipeline
Published
November 15, 2018
Featured
Slug
Tweet
After years of Jenkins pipelines, we tested GitLab CI for internal services. The .gitlab-ci.yml model was declarative and powerful.
Benefits: - Reduced plugin sprawl - Pipeline-as-code was intuitive - Built-in Docker image registry
Migration took time but was worth it. We ended up with cleaner, faster pipelines and tighter VCS integration.