Zuul

What is a Pipeline in Zuul?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

A pipeline in Zuul is a workflow. This workflow can be executed based on different events - when a change is submitted to a project, when it's merged, etc.

The pipeline itself can be applied on one or more different projects (= repositories in hosted or private source control)