Last active
November 11, 2016 07:35
-
-
Save tnozicka/247f45e22d3d028597f88299a8b6fef6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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