Bug 1929121
| Summary: | Update plugins and Jenkins version to prepare openshift-sync-plugin 1.0.46 release | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vibhav Bobade <vbobade> |
| Component: | Jenkins | Assignee: | Akram Ben Aissi <abenaiss> |
| Status: | CLOSED ERRATA | QA Contact: | Jitendar Singh <jitsingh> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.6 | CC: | abenaiss, aos-bugs, jitsingh, jkhelil, pbhattac, vbobade |
| Target Milestone: | --- | ||
| Target Release: | 4.6.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1929118 | Environment: | |
| Last Closed: | 2021-04-20 19:27:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1929118 | ||
| Bug Blocks: | 1923405, 1924003, 1929117, 1929120 | ||
|
Comment 3
jawed
2021-04-08 11:27:02 UTC
*** Bug 1928234 has been marked as a duplicate of this bug. *** jsingh@fugaku ~ 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.6-041201.devcluster.openshift.com'
Run 'oc status' to view your app.
jsingh@fugaku ~ oc get pods -w
NAME READY STATUS RESTARTS AGE
jenkins-1-9mkgz 0/1 ContainerCreating 0 3s
jenkins-1-deploy 1/1 Running 0 6s
jenkins-1-9mkgz 0/1 ContainerCreating 0 11s
jenkins-1-9mkgz 0/1 Running 0 34s
jenkins-1-9mkgz 1/1 Running 0 99s
jenkins-1-deploy 0/1 Completed 0 102s
^C% ✘ jsingh@fugaku ~ oc rsh jenkins-1-9mkgz
sh-4.4$ cat /var/lib/jenkins/plugins/blueocean/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.24.4
sh-4.4$ cat /var/lib/jenkins/plugins/credentials/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.3.15
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/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 ~ oc get pods -w
NAME READY STATUS RESTARTS AGE
jenkins-1-9mkgz 1/1 Running 0 18m
jenkins-1-deploy 0/1 Completed 0 18m
======================================================
✘ 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=rk2BE3Svpnhtfgi20rx7XJ8lFJrTTEOBJfQwEPGE # generated
* Generic Webhook Secret=N58fk2RdkwRr4CpUxwasRtwnHvGQdMuWSsdmXrBA # 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.6-041201.devcluster.openshift.com'
Run 'oc status' to view your app.
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-9mkgz 1/1 Running 0 19m
jenkins-1-deploy 0/1 Completed 0 19m
^C% ✘ jsingh@fugaku ~ oc get routes
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
jenkins jenkins-jenkins-test.apps.dev-svc-4.6-041201.devcluster.openshift.com jenkins <all> edge/Redirect None
openshift-jee-sample openshift-jee-sample-jenkins-test.apps.dev-svc-4.6-041201.devcluster.openshift.com openshift-jee-sample 8080-tcp None
jsingh@fugaku ~ oc get pods -w
NAME READY STATUS RESTARTS AGE
jenkins-1-9mkgz 1/1 Running 0 22m
jenkins-1-deploy 0/1 Completed 0 22m
openshift-jee-sample-1-deploy 1/1 Running 0 40s
openshift-jee-sample-1-gqb5m 0/1 Running 0 37s
openshift-jee-sample-docker-1-build 0/1 Completed 0 2m5s
^C%
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 (OpenShift Container Platform 4.6.25 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/RHBA-2021:1153 |