From c9594735468aec2c681ec01fdf5f63634b14a7b2 Mon Sep 17 00:00:00 2001 From: songshunqiang Date: Fri, 4 May 2018 11:10:29 +0800 Subject: [PATCH] complete content and links --- sources/tech/20180416 Running Jenkins builds in containers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20180416 Running Jenkins builds in containers.md b/sources/tech/20180416 Running Jenkins builds in containers.md index f820ddaf56..5eb00ecc8e 100644 --- a/sources/tech/20180416 Running Jenkins builds in containers.md +++ b/sources/tech/20180416 Running Jenkins builds in containers.md @@ -59,6 +59,7 @@ There are several good blogs and documentation about Jenkins builds on OpenShift * [OpenShift Jenkins][29] image documentation and [source][30] * [CI/CD with OpenShift][31] webcast * [External Jenkins Integration][32] playbook + Take a look at them to understand the overall solution. In this article, we'll look at the different issues that come up while applying those practices. ### Build my application