From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Explore the Pipeline parts

Explore the Pipeline parts - Azure Tutorial

From the course: Azure DevOps for Beginners

Explore the Pipeline parts

- [Presenter] Pipelines provide a way to build and deploy your software. Because your build and deploy process can be complex, the Azure Pipelines system has a lot of integrated parts. In this video, we'll explore some of these parts. A pipeline consists of one or more stages. Stages contain jobs which queue up the actual work. More details about jobs soon. Once we get the pipeline configured, it can be run in several ways. It is possible to run the pipeline manually. Someone on your team can start the pipeline any time or we can set up a trigger to start the build pipeline. There are several types of triggers. There are repository triggers that cause a pipeline to run whenever you push an update to the specified branches or you push specified tags. Pull request triggers cause a pipeline to run whenever a pull request is open for one of the specified target branches or when changes are pushed to such a pull request. There…

Contents