From 1235e9c35bd51fb2a61e292d128c969f3426dbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 19 Mar 2019 18:14:32 +0100 Subject: [PATCH] [skip travis] fix documentation. Thanks @sgutierr! --- support/jenkins/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/jenkins/README.md b/support/jenkins/README.md index 785b895..76c86e7 100644 --- a/support/jenkins/README.md +++ b/support/jenkins/README.md @@ -17,14 +17,14 @@ You can create the Jenkins Slave image for Ansible by executing the following co ```sh oc create -f https://raw.githubusercontent.com/nmasse-itix/threescale-cicd/master/support/jenkins/jenkins-slave-template-centos.yaml -oc new-app --template=jenkins-slave-template +oc new-app --template=jenkins-ansible-slave ``` Alternatively, if you are a Red Hat customer, you can build your images based on RHEL with the following commands: ```sh oc create -f https://raw.githubusercontent.com/nmasse-itix/threescale-cicd/master/support/jenkins/jenkins-slave-template-rhel.yaml -oc new-app --template=jenkins-slave-template +oc new-app --template=jenkins-ansible-slave ``` Wait for the build to finish: