siamaksade / openshift-jenkins-demo

CI/CD Demo on OpenShift
http://www.openshift.com
530 stars 928 forks source link

Issue due to oc client version within the CI-CD pod - Causes failure of automated builds #146

Open gauthambn opened 3 years ago

gauthambn commented 3 years ago

The --as-deployment-config tag/option is not available in oc client version 4.4 which is the version that is available in the ci-cd builder pod.

This causes a failure of the oc new-app commands and the overall deployment might come up but there are issues throughout the solution.