Skip to content

Commit e97c0a3

Browse files
21.10 lesson-1.md
Core Concepts of GitLab CI/CD
1 parent a84bf45 commit e97c0a3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Course/lesson-1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
## Welcome to the GitLab CI/CD course
22

3+
### Core Concepts of GitLab CI/CD:
4+
1. Jobs
5+
2. Stages
6+
3. Pipeline Syntax
7+
4. Conditionals
8+
5. Regular & Secret variables
9+
6. Reusing Configuration Code
10+
7. Artifacts: Test reports & share Data
11+
8. Workflow Rules
12+
9. needs vs dependencies
13+
10. GitLab's Built-In Docker Registry
14+
15+
### Git Repositories for the course:
16+
17+
Starting from chapter 2:
18+
19+
[Simple demo Node.js project](https://gitlab.com/nanuchi/mynodeapp-cicd-project)
20+
21+
22+
Starting from chapter 7 (Microservices):
23+
24+
[Microservice mono-repo](https://gitlab.com/nanuchi/mymicroservice-cicd)\
25+
[Microservice poly-repo](https://gitlab.com/mymicroservice-cicd)\
26+
[CI-templates (in the poly-repo group)](https://gitlab.com/mymicroservice-cicd/ci-templates)

0 commit comments

Comments
 (0)