|
1 |
| -# Gitlab CI getting started |
| 1 | +## What is Gitlab CI? |
2 | 2 |
|
3 |
| -- https://docs.gitlab.com/ee/ci/ |
| 3 | +### Overview |
4 | 4 |
|
5 |
| -# Create and run your first GitLab CI/CD pipeline |
| 5 | +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). |
6 | 6 |
|
7 |
| -- https://docs.gitlab.com/ee/ci/quick_start/ |
| 7 | +### Gitlab CI workflow |
8 | 8 |
|
9 |
| -# Gitlab public |
| 9 | +- None |
10 | 10 |
|
11 |
| -- https://gitlab.com/ |
| 11 | +### Official website documentation of Gitlab CI |
12 | 12 |
|
13 |
| -# Gitlab self deployment |
| 13 | +- https://docs.gitlab.com/ (CI/CD page) |
14 | 14 |
|
15 |
| -- https://docs.gitlab.com/ee/install/install_methods.html |
| 15 | +## Prerequisites |
16 | 16 |
|
17 |
| -# GitLab CI/CD examples |
| 17 | +- Basic linux command line skill, CICD, YAML |
18 | 18 |
|
19 |
| -- https://docs.gitlab.com/ee/ci/examples/ |
| 19 | +## Installation |
20 | 20 |
|
21 |
| -# Advanced |
22 |
| -## Using GitLab CI/CD with a GitHub repository |
23 |
| -- https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html |
| 21 | +### How to install Gitlab CI? |
| 22 | + |
| 23 | +#### Gitlab public |
| 24 | + |
| 25 | +- Use https://gitlab.com/ (No need to install) |
| 26 | + |
| 27 | +#### Gitlab self deployment |
| 28 | + |
| 29 | +- https://docs.gitlab.com/ee/install/install_methods.html |
| 30 | + |
| 31 | +##### Basics of Gitlab CI |
| 32 | + |
| 33 | +### Getting started with Gitlab CI |
| 34 | + |
| 35 | +- Visit https://docs.gitlab.com/ee/ci/quick_start/ for a comprehensive introduction. |
| 36 | + |
| 37 | +### Gitlab CI Hello World |
| 38 | + |
| 39 | +- Check the [basic/](./basic/) directory to create a simple Gitlab CI demo. |
| 40 | + |
| 41 | +## Beyond the Basics |
| 42 | + |
| 43 | +### Hands-On Example |
| 44 | + |
| 45 | +- Explore a practical hands-on example in the [Gitlab CI examples](https://docs.gitlab.com/ee/ci/examples/) for more Gitlab CI concepts |
| 46 | + |
| 47 | +## More... |
| 48 | + |
| 49 | +### Gitlab CI YAML syntax reference |
| 50 | + |
| 51 | +- https://docs.gitlab.com/ee/ci/yaml/ |
| 52 | + |
| 53 | +### Recommended Books |
| 54 | + |
| 55 | +- None |
0 commit comments