From c344563c16d9036be231d118ee26bc6aaa0cf539 Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Fri, 1 Nov 2024 08:16:46 +0100 Subject: [PATCH] Update the intro for continuous integration where to start --- _posts/2024-11-01-continuous-integration-where-to-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-11-01-continuous-integration-where-to-start.md b/_posts/2024-11-01-continuous-integration-where-to-start.md index 1a839e1..ebb7ecb 100644 --- a/_posts/2024-11-01-continuous-integration-where-to-start.md +++ b/_posts/2024-11-01-continuous-integration-where-to-start.md @@ -9,7 +9,7 @@ redirect_from: - /articles/2024/11/01/beginning-with-continuous-integration.html --- -We read about Continuous Integration. The practice appeals to us. We see the value, especially as it unlocks our ability to release anytime with high confidence. But where to start? In the end, there are still [20 practices]({% post_url 2022-06-14-the-practices-that-make-continuous-integration %}) to implement. Which ones to pick first? +We read about Continuous Integration. The practice appeals to us. We see the value, especially as it unlocks our ability to release anytime with high confidence. But, where to start? Many teams believe Continuous Integration is just a tooling problem, to then say they practice Continuous Integration. However, they often do not and hence miss out on the benefits that come along with it. So, again, where should we start? After all, there are still [20 practices]({% post_url 2022-06-14-the-practices-that-make-continuous-integration %}) to implement. Which ones to pick first? ---