Skip to content

Commit 1c80911

Browse files
author
OpenShift Bot
authored
Merge pull request #10399 from YuPengZTE/The-first-letter
Merged by openshift-bot
2 parents b7adc29 + 3182ee2 commit 1c80911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/jenkins/pipeline/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jenkins template represented by jenkinstemplate.json by running these commands a
1717
$ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-centos7.json -n openshift
1818
$ oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/jenkinstemplate.json -n openshift
1919

20-
2. login as a normal user (any username is fine)
20+
2. Login as a normal user (any username is fine)
2121

2222
$ oc login
2323

24-
3. create a project for your user named "pipelineproject"
24+
3. Create a project for your user named "pipelineproject"
2525

2626
$ oc new-project pipelineproject
2727

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

3030
If you used cluster up:
3131
$ oc new-app jenkins-pipeline-example

0 commit comments

Comments
 (0)