Skip to content

Instantly share code, notes, and snippets.

@tnozicka
Last active November 11, 2016 07:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnozicka/247f45e22d3d028597f88299a8b6fef6 to your computer and use it in GitHub Desktop.
Save tnozicka/247f45e22d3d028597f88299a8b6fef6 to your computer and use it in GitHub Desktop.
# tnozicka/helloworld [sync-WIP]
oc delete bc helloworld-pipeline;
oc process -f https://github.com/tnozicka/jboss-eap-quickstarts/raw/sync-WIP/helloworld/.openshift-pipeline/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/jboss-eap-quickstarts.git' -v 'GIT_REF=sync-WIP' | oc apply -f -
# tnozicka/helloworld [kontinu8]
oc delete bc helloworld-pipeline;
oc process -f https://github.com/tnozicka/jboss-eap-quickstarts/raw/kontinu8/helloworld/.openshift-ci_cd/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/jboss-eap-quickstarts.git' -v 'GIT_REF=kontinu8' | oc apply -f -
# tnozicka/helloworld [kontinu8-next]
oc delete bc helloworld-pipeline;
oc process -f https://github.com/tnozicka/jboss-eap-quickstarts/raw/kontinu8-next/helloworld/.openshift-pipeline/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/jboss-eap-quickstarts.git' -v 'GIT_REF=kontinu8-next' | oc apply -f -
# tnozicka/kitchensink [sync-WIP]
oc delete bc kitchensink-pipeline;
oc process -f https://github.com/tnozicka/kitchensink-html5-mobile/raw/sync-WIP/.openshift-ci_cd/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/kitchensink-html5-mobile.git' -v 'GIT_REF=sync-WIP' | oc apply -f -
# tnozicka/kitchensink [kontinu8]
oc delete bc kitchensink-pipeline;
oc process -f https://github.com/tnozicka/kitchensink-html5-mobile/raw/kontinu8/.openshift-ci_cd/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/kitchensink-html5-mobile.git' -v 'GIT_REF=kontinu8' | oc apply -f -
# tnozicka/nodejs-ex [sync-WIP]
oc delete bc nodejs-ex-pipeline;
oc process -f https://github.com/tnozicka/nodejs-ex/raw/sync-WIP/.openshift-pipeline/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/nodejs-ex.git' -v 'GIT_REF=sync-WIP' | oc apply -f -
# tnozicka/nodejs-ex [kontinu8]
oc delete bc nodejs-ex-pipeline;
oc process -f https://github.com/tnozicka/nodejs-ex/raw/kontinu8/.openshift-ci_cd/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/nodejs-ex.git' -v 'GIT_REF=kontinu8' | oc apply -f -
# tnozicka/nodejs-ex [kontinu8-next]
oc delete bc nodejs-ex-pipeline;
oc process -f https://github.com/tnozicka/nodejs-ex/raw/kontinu8-next/.openshift-pipeline/pipeline-template.yaml -v 'GIT_URL=https://github.com/tnozicka/nodejs-ex.git' -v 'GIT_REF=kontinu8-next' | oc apply -f -
# nodejs-ex delete exept for imagestream
oc delete bc/nodejs-ex bc/nodejs-ex-pipeline dc/mongodb dc/nodejs-ex routes/nodejs-ex svc/mongodb svc/nodejs-ex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment