Skip to content

Instantly share code, notes, and snippets.

View michaelkleinhenz's full-sized avatar

Michael Kleinhenz michaelkleinhenz

  • Red Hat
  • Bonn, Germany
View GitHub Profile
# 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;