Monday, December 21, 2020

Configure YAML Pipeline Using YAML templates in Remote Repo in Azure DevOps

While we are configuring CI/CD pipelines for team projects there can be requirements to configure many CI/CD pipelines. If we could maintain set of CI/CD pipeline templates, it would be very helpful when configuring extensive number of pipelines. In this blog, we are going to discuss how to configure a pipeline when the YAML pipeline templates and YAML pipeline are in two different Azure DevOps repos. Further, you would be able to learn how to build a web app code base in third repo in same team pipeline.

Pre requisites: 

                * Repo containing Web App code 
                * Repo containing YAML CI/CD templates 
                * Repo to create YAML pipeline