VERIFIED ======================== jsingh@fugaku /usr/local/go/src/github.com/redhat-developer/jenkins-operator controller-e2e oc new-app jenkins-ephemeral -p NAMESPACE=$(oc project -q) -p JENKINS_IMAGE_STREAM_TAG=jenkins-jitsingh:latest --> Deploying template "openshift/jenkins-ephemeral" to project jenkins-test Jenkins (Ephemeral) --------- Jenkins service, without persistent storage. WARNING: Any data stored will be lost upon pod destruction. Only use this template for testing. A Jenkins service has been created in your project. Log into Jenkins with your OpenShift account. The tutorial at https://github.com/openshift/origin/blob/master/examples/jenkins/README.md contains more information about using this template. * With parameters: * Jenkins Service Name=jenkins * Jenkins JNLP Service Name=jenkins-jnlp * Enable OAuth in Jenkins=true * Memory Limit=1Gi * Jenkins ImageStream Namespace=jenkins-test * Disable memory intensive administrative monitors=false * Jenkins ImageStreamTag=jenkins-jitsingh:latest * Allows use of Jenkins Update Center repository with invalid SSL certificate=false --> Creating resources ... route.route.openshift.io "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 --> Success Access your application via route 'jenkins-jenkins-test.apps.dev-svc-4.7-032601.devcluster.openshift.com' Run 'oc status' to view your app. jsingh@fugaku /usr/local/go/src/github.com/redhat-developer/jenkins-operator controller-e2e oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-deploy 1/1 Running 0 5s jenkins-1-fmts2 0/1 ContainerCreating 0 1s jenkins-1-fmts2 0/1 ContainerCreating 0 2s jenkins-1-fmts2 0/1 Running 0 35s ✘ jsingh@fugaku /usr/local/go/src/github.com/redhat-developer/jenkins-operator controller-e2e oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-deploy 0/1 Completed 0 113s jenkins-1-fmts2 1/1 Running 0 109s ============================ ✘ jsingh@fugaku /usr/local/go/src/github.com/redhat-developer/jenkins-operator controller-e2e oc rsh jenkins-1-fmts2 sh-4.4$ cat /var/lib/jenkins/plugins/blueocean/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.24.4 sh-4.4$  sh: : command not found sh-4.4$ cat /var/lib/jenkins/plugins/blueocean/META-INF/MANIFEST.MF |grep Implementation-Version sh: cat: command not found sh-4.4$  sh: : command not found sh-4.4$ cat /var/lib/jenkins/plugins/credentials/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 2.3.15 sh-4.4$ sh-4.4$ cat /var/lib/jenkins/plugins/cloudbees-folder/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 6.15 sh-4.4$ cat /var/lib/jenkins/plugins/git/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 4.5.2 sh-4.4$ cat /var/lib/jenkins/plugins/cloudbees-folder/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 6.15 sh-4.4$ cat /var/lib/jenkins/plugins/github/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.33.0 sh-4.4$ cat /var/lib/jenkins/plugins/kubernetes/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.29.0 sh-4.4$ cat /var/lib/jenkins/plugins/kubernetes-client-api/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 4.13.2-1 sh-4.4$ cat /var/lib/jenkins/plugins/matrix-project/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.18 sh-4.4$ cat /var/lib/jenkins/plugins/openshift-sync/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.0.46 sh-4.4$ cat /var/lib/jenkins/plugins/parameterized-trigger/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 2.36 sh-4.4$ cat /var/lib/jenkins/plugins/snakeyaml-api/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 1.27.0 sh-4.4$ cat /var/lib/jenkins/plugins/token-macro/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 2.13 sh-4.4$ cat /var/lib/jenkins/plugins/workflow-cps/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 2.87 sh-4.4$ cat /var/lib/jenkins/plugins/workflow-multibranch/META-INF/MANIFEST.MF |grep Implementation-Version Implementation-Version: 2.22 sh-4.4$ exit exit jsingh@fugaku /usr/local/go/src/github.com/redhat-developer/jenkins-operator controller-e2e cd ~ jsingh@fugaku ~ oc get pods NAME READY STATUS RESTARTS AGE jenkins-1-deploy 0/1 Completed 0 12m jenkins-1-fmts2 1/1 Running 0 12m jsingh@fugaku ~ oc create -f maven.yaml template.template.openshift.io/maven-pipeline created jsingh@fugaku ~ oc new-app maven-pipeline --> Deploying template "jenkins-test/maven-pipeline" to project jenkins-test * With parameters: * Application Name=openshift-jee-sample * Source URL=https://github.com/openshift/openshift-jee-sample.git * Source Ref=master * GitHub Webhook Secret=VtuKNBtNTVFqYls731I7C1dXnmBo41mPGh5bfJ1W # generated * Generic Webhook Secret=alx2FsO3SxmvpWhTKmu5DM2vqEsBdDTdb6A0rean # generated --> Creating resources ... imagestream.image.openshift.io "openshift-jee-sample" created imagestream.image.openshift.io "wildfly" created buildconfig.build.openshift.io "openshift-jee-sample" created buildconfig.build.openshift.io "openshift-jee-sample-docker" created deploymentconfig.apps.openshift.io "openshift-jee-sample" created service "openshift-jee-sample" created route.route.openshift.io "openshift-jee-sample" created --> Success JenkinsPipeline build strategy is deprecated. Use Jenkinsfiles directly on Jenkins or OpenShift Pipelines instead Use 'oc start-build openshift-jee-sample' to start a build. Use 'oc start-build openshift-jee-sample-docker' to start a build. Access your application via route 'openshift-jee-sample-jenkins-test.apps.dev-svc-4.7-032601.devcluster.openshift.com' Run 'oc status' to view your app. jsingh@fugaku ~ oc start-build openshift-jee-sample' quote> ✘ jsingh@fugaku ~ oc start-build openshift-jee-sample build.build.openshift.io/openshift-jee-sample-1 started jsingh@fugaku ~ oc get pods -w NAME READY STATUS RESTARTS AGE jenkins-1-deploy 0/1 Completed 0 13m jenkins-1-fmts2 1/1 Running 0 12m maven-nj8g0 0/1 Pending 0 0s maven-nj8g0 0/1 Pending 0 0s maven-nj8g0 0/1 ContainerCreating 0 0s maven-nj8g0 0/1 ContainerCreating 0 2s maven-nj8g0 1/1 Running 0 23s ^C% ✘ jsingh@fugaku ~ oc rsh maven-nj8g0 /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) sh-4.4$ mvn -v /bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Apache Maven 3.6.2 (Red Hat 3.6.2-5) Maven home: /usr/share/maven Java version: 11.0.10, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.10.0.9-4.el8_3.x86_64 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "4.18.0-240.15.1.el8_3.x86_64", arch: "amd64", family: "unix" sh-4.4$ exit exit jsingh@fugaku ~ oc get routes NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD jenkins jenkins-jenkins-test.apps.dev-svc-4.7-032601.devcluster.openshift.com jenkins <all> edge/Redirect None openshift-jee-sample openshift-jee-sample-jenkins-test.apps.dev-svc-4.7-032601.devcluster.openshift.com openshift-jee-sample 8080-tcp
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 (Moderate: OpenShift Container Platform 4.7.5 security and bug fix update), 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/RHSA-2021:1005