jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates ➦ 1c19ede oc new-project jenkins-test1 Now using project "jenkins-test1" on server "https://api.jenkins-bugs-ver-4.4.8.qe.devcluster.openshift.com:6443". You can add applications to this project with the 'new-app' command. For example, try: oc new-app django-psql-example to build a new example application in Python. Or use kubectl to deploy a simple Kubernetes application: kubectl create deployment hello-node --image=gcr.io/hello-minikube-zero-install/hello-node ========================================================================================= jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates ➦ 1c19ede oc create -f jenkins-persistent-monitored.json template.template.openshift.io/jenkins-persistent-monitored created jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates ➦ 1c19ede oc process jenkins-persistent-monitored -n jenkins-test1 | oc create -f - route.route.openshift.io/jenkins created persistentvolumeclaim/jenkins created configmap/jenkins-trusted-ca-bundle created deploymentconfig.apps.openshift.io/jenkins created serviceaccount/jenkins created rolebinding.authorization.openshift.io/jenkins_edit created service/jenkins-jnlp created service/jenkins created servicemonitor.monitoring.coreos.com/jenkins-persistent-monitored created ======================================================================================= jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates ➦ 1c19ede oc get pods NAME READY STATUS RESTARTS AGE jenkins-1-deploy 1/1 Running 0 16s jenkins-1-n828m 0/1 ContainerCreating 0 10s ========================================================================================= jsingh@localhost ~/go/src/github.com/redhat-developer/jenkins/openshift/templates ➦ 1c19ede oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-deploy 1/1 Running 0 2m8s jenkins-1-n828m 0/1 Running 0 2m2s jenkins-1-n828m 1/1 Running 0 2m32s jenkins-1-deploy 0/1 Completed 0 2m39s jenkins-1-deploy 0/1 Completed 0 2m39s jenkins-1-deploy 0/1 Completed 0 2m47s ============================================================================================== created a pipeline build with the image and triggered the build & result SUCCESS. VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2580