Browse Source

[skip travis] fix documentation. Thanks @sgutierr!

pull/50/head
Nicolas Massé 7 years ago
parent
commit
1235e9c35b
  1. 4
      support/jenkins/README.md

4
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:

Loading…
Cancel
Save