denzelselokela 4f22cd0a0a nodejs app 1 هفته پیش
..
Jenkinsfile 4f22cd0a0a nodejs app 1 هفته پیش
README.md 4f22cd0a0a nodejs app 1 هفته پیش

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