Hello Everyone,
Welcome to our Gitlab Series. In Last Lecture, We added BDD Project to work.
In Today's Lecture, first we will try to understand architecture of Gitlab and then will get familiar with UI of Gitlab
GitLab Architecture:
Gitlab has 3 important sections:
1. Source Code Management: to store the code
2. CI: For testing of source code continuously
3. Runners: application used to connect Gitlab Instance with remote machine
Default Life cycle of Gitlab: as soon as there is a commit, gitlab will trigger jobs defined in .gitlab-ci.yml file and will run these jobs in runners connected to the gitlab instance.
Getting Familiar with Gitlab UI:
Gitlab website has following sections:
1. code: to check the code related information
2. Build: Pipeline related information
3. Deploy: Place where custom images are stored
4. Settings: To configure CI/CD related settings.
Regards,
Prince Kumar
Download
0 formats
No download links available.
GitLab Architecture & Getting Familiar with Gitlab UI | NatokHD