7 min read

Gitlab CI/CD - Hello World

Your journey begins with a single file: .gitlab-ci.yml. We will write your first pipeline definition, commit it to the repository, and watch GitLab automatically trigger a job that prints a simple message to the console.
Gitlab CI/CD - Hello World
Reader: GitLab CI/CD Hello World

Reader Mode

-- / --

Introduction