Thumbnail: jekyll

Building DRY Pipelines

by on under devops
1 minute read

Overview

Below are some blog posts around Do Not Repeat Yourself (DRY) techniques for pipelines.

We duplicate way too much code in scripting and pipelines, which leads to bloat, complexity, and inconsistencies. Do not Repeat Yourself (DRY) is a core tenant of software development, but unfortunately the principle is rarely applied in pipeline scripting code and YML configuration.

More to come on this subject …

devops, azure, ADO