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

Commit 3ff8ea6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ IMPORTANT - the minishift instance must be started using version 3.7 (the defaul
2727
cp oc ~/.minishift/cache/oc/v3.6.173.0.21
2828
minishift start --ocp-tag v3.7.9
2929
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"}}]}}'
30+
oc tag --source=docker openshift3/jenkins-2-rhel7:v3.7 openshift/jenkins:2
3131
oc login -u developer -p developer
3232
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 .
33+
The tag 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 .
3434

3535
### Angular CLI (only if further development of the application will occur)
3636

0 commit comments

Comments
 (0)