From b634228c1613f9271618c089cf6cff6ae1a34454 Mon Sep 17 00:00:00 2001 From: KatLinaHH Date: Mon, 19 Nov 2018 22:32:10 +0100 Subject: [PATCH] Add links to get to know more info (#22047) * Add links to get to know more info * Fixed link formatting --- guide/english/agile/continuous-delivery/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guide/english/agile/continuous-delivery/index.md b/guide/english/agile/continuous-delivery/index.md index c0fdd28dde..ae6f71ff47 100644 --- a/guide/english/agile/continuous-delivery/index.md +++ b/guide/english/agile/continuous-delivery/index.md @@ -7,5 +7,9 @@ Continuous delivery (CD) is a software engineering approach in which teams produ It aims at building, testing, and releasing software faster and more frequently. The approach helps reduce the cost, time, and risk of delivering changes by allowing for more incremental updates to applications in production. A straightforward and repeatable deployment process is important for continuous delivery. Continuous delivery means that the team ensures every change can be deployed to production but may choose not to do it, usually due to business reasons. - +#### More information +- [General information](https://continuousdelivery.com/) +- [The Ultimate Guide To a Successful Continuous Delivery Pipeline](https://mobilelabsinc.com/blog/successful-continuous-delivery-pipeline) +- [Build it, Test it, Deliver it! +Complete iOS Guide on Continuous Delivery with fastlane and Jenkins](https://medium.com/flawless-app-stories/build-it-test-it-deliver-it-complete-ios-guide-on-continuous-delivery-with-fastlane-and-jenkins-cbe44e996ac5)