From 17c836b003176ccf43ea584138bafcae8ba6fa39 Mon Sep 17 00:00:00 2001 From: songshunqiang Date: Fri, 4 May 2018 11:08:11 +0800 Subject: [PATCH] complete content and links --- .../tech/20180416 Running Jenkins builds in containers.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sources/tech/20180416 Running Jenkins builds in containers.md b/sources/tech/20180416 Running Jenkins builds in containers.md index 1b03413c3a..f820ddaf56 100644 --- a/sources/tech/20180416 Running Jenkins builds in containers.md +++ b/sources/tech/20180416 Running Jenkins builds in containers.md @@ -56,6 +56,9 @@ Note: This solution is not related to OpenShift's [Source-to-Image (S2I)][15] bu There are several good blogs and documentation about Jenkins builds on OpenShift. The following are good to start with: + * [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 @@ -954,3 +957,7 @@ via: https://opensource.com/article/18/4/running-jenkins-builds-containers [26]:http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html [27]:http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#argLine [28]:https://itnext.io/running-jenkins-builds-in-containers-458e90ff2a7b +[29]:https://docs.openshift.com/container-platform/3.7/using_images/other_images/jenkins.html +[30]:https://github.com/openshift/jenkins +[31]:https://blog.openshift.com/cicd-with-openshift/ +[32]:http://v1.uncontained.io/playbooks/continuous_delivery/external-jenkins-integration.html