25 february 2024
Using of yaml-templates in Azure DevOps for repeatable actions: Part 2 - Working with output variables in YAML templates in Azure DevOps
Initially, I intended to write an article about the practice of using yaml templates in Azure DevOps to encapsulate repeatable steps in pipelines. But during the writing process, I realized that boring references to documentation and simple examples of yaml files would not be so interesting without tying them to some scenario. Thus, a short, purely technical article turned into a large text dedicated to several topics, each of which is interesting in itself. As a result, I decided to turn this text into a mini-series of articles. Here comes the second part, dedicated to using YAML templates in Azure DevOps, focusing specifically on passing parameters to and from the templates.