Pipelines and jobs

Pipelines and build jobs are basic building blocks for a Continuous Integrations/Continuous Delivery (CI/CD) system nowadays. In GitLab, it is very easy to start a pipeline. You only need to add a .gitlab-ci.yml file to your project and then, on every commit/push to your repository, a pipeline will start. Every project has a pipeline's overview; you can find it in the left-hand menu bar, under CI/CD:

Alternatively, you can view all jobs, by going to the Pipelines' Jobs page, as shown in the following screenshot:

You can check ...

Get Mastering GitLab 12 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.