Max.

Gitlab CI/CD

Navigation
Sommaire

Gitlab CI/CD - The CI/CD of Gitlab

docs/techno/infra/cicd/gitlab

doc

YamlGitlab CI/CDCI/CDGitlab#Runners#Continous Integration#Continous Deployment

Reading time: 1 min

Gitlab CI/CD

Gitlab CI/CD is the CI/CD system of Gitlab. It allows you to run multiple kind of pipelines on your code. It's based on Yaml files that you can put in your repository. It's not my favorite CI/CD tool but it's a pretty good one. Like Tekton, it's a pretty good tool to start with CI/CD, it has a lot of features and an approach to the CI/CD that is pretty simple to understand.

Back to projects