File tree 1 file changed +3
-3
lines changed
examples/jenkins/pipeline
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jenkins template represented by jenkinstemplate.json by running these commands a
17
17
$ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-centos7.json -n openshift
18
18
$ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/jenkinstemplate.json -n openshift
19
19
20
- 2 . login as a normal user (any username is fine)
20
+ 2 . Login as a normal user (any username is fine)
21
21
22
22
$ oc login
23
23
24
- 3 . create a project for your user named "pipelineproject"
24
+ 3 . Create a project for your user named "pipelineproject"
25
25
26
26
$ oc new-project pipelineproject
27
27
28
- 4 . run this command to instantiate the template which will create a pipeline buildconfig and some other resources in your project:
28
+ 4 . Run this command to instantiate the template which will create a pipeline buildconfig and some other resources in your project:
29
29
30
30
If you used cluster up:
31
31
$ oc new-app jenkins-pipeline-example
You can’t perform that action at this time.
0 commit comments