nodejs-ex/openshift/pipeline
Adam Kaplan 9b0e5f1539 Rename github org references to sclorg
Addresses openshift/origin##19998
2018-07-24 11:32:08 -04:00
..
Jenkinsfile add Jenkinsfile 2016-11-10 15:24:07 +00:00
README.md Rename github org references to sclorg 2018-07-24 11:32:08 -04:00

README.md

This directory contains a Jenkinsfile which can be used to build nodejs-ex using an OpenShift build pipeline.

To do this, run:

# create the nodejs example as usual
oc new-app https://github.com/sclorg/nodejs-ex

# now create the pipeline build controller from the openshift/pipeline
# subdirectory
oc new-app https://github.com/sclorg/nodejs-ex \
  --context-dir=openshift/pipeline --name nodejs-ex-pipeline