File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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 ) 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments