A quick guide to GitLab CI/CD pipelines

A quick guide to GitLab CI/CD pipelines

  • August 3, 2019
Table of Contents

A quick guide to GitLab CI/CD pipelines

Automation is essential for successful DevOps teams, and CI/CD pipelines are a big part of that journey. At its most basic level, a pipeline gets code from point A to point B. What makes a better pipeline is how quickly and efficiently it accomplishes this task. A CI/CD pipeline automates steps in the SDLC like builds, tests, and deployments.

When a team takes advantage of automated pipelines, they simplify the handoff process and decrease the chance of human error, creating faster iterations and better quality code. Everyone can see where code is in the process and identify problems long before they make it to production. In GitLab 9.3 we made it possible to display links for upstream and downstream projects directly on the pipeline graph, so developers can check the overall status of the entire chain in a single view.

Pipelines continue to evolve, and in our CI/CD product vision weâre looking into making pipelines even more cohesive by implementing Multiple Pipelines in a single .gitlab-ci.yml in the future.

Source: gitlab.com

Tags :
Share :
comments powered by Disqus

Related Posts

Announcing GitLab Serverless

Announcing GitLab Serverless

Serverless is the latest innovation in cloud computing that promises to alter the cost-benefit equation for enterprises. As our CEO, Sid Sijbrandij says, ‘All roads lead to compute.’ There is a race among providers to acquire as many workloads from enterprises as possible, at the cheapest cost.

Read More
GitLab 12.0 released with Visual Reviews and Dependency List

GitLab 12.0 released with Visual Reviews and Dependency List

GitLab 12.0 marks a key step in our journey to create an inclusive approach to DevSecOps, empowering ‘everyone to contribute’. For the past year, we’ve been on an amazing journey, collaborating and creating a solution that brings teams together. There have been thousands of community contributions making GitLab more lovable.

Read More