Skip to content

Files

Latest commit

5db5315 · Oct 19, 2024

History

History

gitlabci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 27, 2024
Jan 27, 2024
Oct 19, 2024

1. What is Gitlab CI?

Overview

GitLab CI/CD is a software development tool that allows organizations to implement “continuous” methodologies, including continuous integration (CI), continuous delivery (CD), and continuous deployment (also abbreviated to CD).

Gitlab CI workflow

  • N/A

Official website documentation of Gitlab CI

2. Prerequisites

  • Basic linux command line skill, CICD, YAML

3. Installation

How to install Gitlab CI?

Gitlab public

Gitlab self deployment

4. Basics of Gitlab CI

Getting started with Gitlab CI

Gitlab CI Hello World

  • Check the basic/ directory to create a simple Gitlab CI demo.

5. Beyond the Basics

Hands-On Example

  • Explore a practical hands-on example in the Gitlab CI examples for more Gitlab CI concepts
  • Check the advanced/ for more Gitlab CI concepts

6. More...

Gitlab CI YAML syntax reference

Recommended Books

  • N/A