Skip to content

Commit

Permalink
Minor fixes to Jenkins kubernetes readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Mar 8, 2016
1 parent 28cba69 commit 0a13f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/jenkins-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ $ oc policy add-role-to-user edit system:serviceaccount:ci:default -n ci
3. Install the provided OpenShift templates:
```
# Slave convertor (optional):
$ oc create -f https://goo.gl/YROngT
$ oc create -f https://goo.gl/HPXiOs
# Jenkins master template:
$ oc create -f https://goo.gl/HPXiOs
$ oc create -f https://goo.gl/YROngT
```

4. Now navigate to the OpenShift Web Console and switch to the `ci` project.

5. Click on *Add to project* a select the `s2i-to-jenkins-slave` template. Here
5. Click on *Add to project* a select the `jenkins-slave-builder` template. Here
you can customize the image stream name for the builder image or use
alternative repository with your own custom entry point script.

Expand Down

0 comments on commit 0a13f08

Please sign in to comment.