From the course: Azure DevOps for Beginners

Unlock this course with a free trial

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

Explore Pipeline build features

Explore Pipeline build features - Azure Tutorial

From the course: Azure DevOps for Beginners

Explore Pipeline build features

- [Instructor] We'll take a quick look at the parts of the Azure pipelines. So click on Pipelines. There are many subpages in here. The ones we're looking at in this video are Pipelines, Environments, and Releases. So it's a bit confusing here. It says Pipelines as the Azure DevOps section and then immediately below that is the Pipelines subpage. This is where you find your build pipelines. Your release pipelines are here. So you can create a build pipeline. And when it's complete, it will trigger a release pipeline to run. What about environments? An environment is a collection of resources that can be targeted by deployments from the pipeline, for example, a cluster of virtual machines. Typical examples of environment names are Dev, Test, and QA, or Staging and Production. You find your build pipelines in here. I'm in the demo project, and there's only one build pipeline in here. It hasn't run yet. I can click…

Contents