From 113259b3c33a1a142f6e3721da924d332cde4877 Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch Date: Fri, 29 Apr 2022 10:16:17 +0200 Subject: [PATCH] cleanup: remove typo --- radar/2017-03-01/pipeline-as-code.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/radar/2017-03-01/pipeline-as-code.md b/radar/2017-03-01/pipeline-as-code.md index c7a55ae..50562c1 100644 --- a/radar/2017-03-01/pipeline-as-code.md +++ b/radar/2017-03-01/pipeline-as-code.md @@ -1,4 +1,8 @@ -con +--- +title: "Pipeline as Code" +ring: assess +quadrant: methods-and-patterns +--- Continuous Integration and Delivery is a critical part of our development and deployment process at AOE. Using Jenkins for many years the "instructions" how to build, test and deploy applications were scattered between many custom scripts and the pipeline was often maintained by manual maintenance of Jenkins jobs. Soon, we realized that we need a more native way to express the full CI/CD pipeline process in code and manage it in version control.