From c3dab5e9fa9236aba38ea8962c334adbe75a4353 Mon Sep 17 00:00:00 2001 From: Inaki Date: Wed, 31 Jul 2019 20:41:09 +0200 Subject: [PATCH] Update jenkins-and-openshift.md --- docs/jenkins-and-openshift.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/jenkins-and-openshift.md b/docs/jenkins-and-openshift.md index c9faa54c..3a3f08e2 100644 --- a/docs/jenkins-and-openshift.md +++ b/docs/jenkins-and-openshift.md @@ -11,6 +11,8 @@ * [Building Declarative Pipelines with OpenShift DSL Plugin 🌟🌟🌟](https://blog.openshift.com/building-declarative-pipelines-openshift-dsl-plugin/) * [slideshare.net: CI/CD with Openshift and Jenkins 🌟🌟](https://www.slideshare.net/arilivigni/cicd-with-openshift-and-jenkins) * [slideshare.net: OPENSHIFT CONTAINER PLATFORM CI/CD Build & Deploy 🌟🌟](https://www.slideshare.net/mozillabros/openshift-container-platform-cicd-build-deploy) +* [blog.openshift.com: Deploying Jenkins on OpenShift: Part 1](https://blog.openshift.com/deploying-jenkins-on-openshift-part-1/) +* [blog.openshift.com: Improving Jenkins’ performance on Openshift: Part 2](https://blog.openshift.com/improving-jenkins-performance-on-openshift-part-2/) ## Jenkins in Openshift. Templates * [docs.okd.io: Jenkins in Openshift](https://docs.okd.io/latest/using_images/other_images/jenkins.html) Openshift provides a container image for running Jenkins. This image provides a Jenkins server instance, which can be used to set up a basic flow for continuous testing, integration, and delivery.