Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit d26301c

Browse files
authored
Update README.md
1 parent 3c03c71 commit d26301c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ IMPORTANT - the minishift instance must be started using version 3.7 (the defaul
2626
tar -zxvf oc.tar.gz
2727
cp oc ~/.minishift/cache/oc/v3.6.173.0.21
2828
minishift start --ocp-tag v3.7.9
29+
oc login -u system:admin
30+
oc patch imagestream jenkins -p '{"spec":{"tags":[{"name":"2","from":{"kind":"DockerImage", "name":"registry.access.redhat.com/openshift3/jenkins-2-rhel7:v3.7"}}]}}'
31+
oc login -u developer -p developer
32+
33+
The patch command ensures that the 3.7 version of the Openshift Jenkins image is used rather than one tagged latest (which can be a v3.6 image if a bug has been fixed in the 3.6 image for instance). The v3.7 version of the Jenkins image has a version of the pipeline plugin which supports the declarative syntax, v3.6 does not .
2934

3035
### Angular CLI (only if further development of the application will occur)
3136

0 commit comments

Comments
 (0)