nodejs-ex/openshift/pipeline/README.md

15 lines
428 B
Markdown
Raw Normal View History

2016-11-08 10:51:55 +00:00
This directory contains a Jenkinsfile which can be used to build
nodejs-ex using an OpenShift build pipeline.
To do this, run:
```bash
# create the nodejs example as usual
oc new-app https://github.com/openshift/nodejs-ex
# now create the pipeline build controller from the openshift/pipeline
# subdirectory
oc new-app https://github.com/openshift/nodejs-ex \
--context-dir=openshift/pipeline --name nodejs-ex-pipeline
```