GitLab CI/CD Tutorial for Beginners – Crash Course

عدد الدروس : 1 عدد ساعات الدورة : 01:09:00 شهادة معتمدة : نعم التسجيل في الدورة للحصول على شهادة

للحصول على شهادة

  • 1- التسجيل
  • 2- مشاهدة الكورس كاملا
  • 3- متابعة نسبة اكتمال الكورس تدريجيا
  • 4- بعد الانتهاء تظهر الشهادة في الملف الشخصي الخاص بك
A beginner-friendly crash course to learn GitLab CI/CD and automate build, test, and deployment workflows.
عن الدورة

for beginners who want to quickly understand how to automate software development workflows using GitLab. It provides a practical introduction to Continuous Integration and Continuous Deployment (CI/CD) using GitLab’s built-in tools.

The course starts by explaining the fundamentals of CI/CD and how GitLab simplifies automation by integrating version control and pipeline management in one platform. You will learn how code changes can automatically trigger pipelines that build, test, and deploy applications.

Next, you will explore GitLab pipelines and understand how they are structured into stages such as build, test, and deploy. The tutorial introduces the configuration file used in GitLab CI/CD, helping you define pipelines as code and manage them efficiently.

You will also learn how to create your first pipeline, run jobs, and monitor execution results. The course includes hands-on examples to help you understand how automation works in real-world development environments.

Additionally, the tutorial covers runners, which are responsible for executing jobs in the pipeline, and how they are configured.

By the end of this crash course, you will have a solid understanding of GitLab CI/CD and be able to create automated pipelines to improve development speed and reliability.