From dac2cbfb09367ad27cbc5f18f78009bc25847e56 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 16 Apr 2019 18:28:26 +0200 Subject: [PATCH] [skip travis] minor changes to the doc --- support/openshift/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/openshift/README.md b/support/openshift/README.md index a02c48e..9e9f3d9 100644 --- a/support/openshift/README.md +++ b/support/openshift/README.md @@ -1,4 +1,4 @@ -# Using this Ansible role from Kubernetes +# Using this Ansible role on OpenShift You can use the provided OpenShift template to create all the mandatory objects: @@ -36,13 +36,13 @@ Wait for the build to complete: oc logs -f bc/deploy-3scale-api-echo-api ``` -To start this build from a Jenkins pipeline, you will need first to give the `system:build-strategy-custom` role to the `jenkins` Service Account: +To start this build from a Jenkins pipeline, you will need to give the `system:build-strategy-custom` role to the `jenkins` Service Account: ```sh oc adm policy add-role-to-user system:build-strategy-custom -z jenkins ``` -Then, from your Jenkins pipeline, you can use: +Then, from your Jenkins pipeline you can use: ```sh openshift.withCluster() {