From the course: Continuous Delivery with Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Standardize pipelines with task groups

Standardize pipelines with task groups

From the course: Continuous Delivery with Azure DevOps

Start my 1-month free trial

Standardize pipelines with task groups

- [Narrator] Okay, so we're back here in our demo environment for Azure DevOps. You'll remember we created our stages and our pipeline for our release. We have that all set up here you can see our Dev, QA, and Prod. The next thing I want to talk about are the tasks, or what we call task groups. So, I may have ten tasks in a particular stage. Three or four of which are the same for every single stage that I am creating in this release. And, maybe I have five stages. So, a little more blown out that what we have here. Rather than adding in a task to each stage individually or setting up a stage and then cloning it and then making changes, I can actually do what we call create a task group. A group of tasks that usually work together, and so, for example, I could have my Deployment Task here and my Infrastructure Deployment, and my LinkedIn Deployment, my Azure App Service Deployment. I can highlight both of those by just holding down the control button and clicking on each one. I can…

Contents