Bug 1929120 - Update plugins and Jenkins version to prepare openshift-sync-plugin 1.0.46 release
Summary: Update plugins and Jenkins version to prepare openshift-sync-plugin 1.0.46 re...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Jenkins
Version: 4.8
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: 4.5.z
Assignee: Akram Ben Aissi
QA Contact: Jitendar Singh
URL:
Whiteboard:
Depends On: 1929121
Blocks: 1924003 1929117 1929127 1929717
TreeView+ depends on / blocked
 
Reported: 2021-02-16 09:05 UTC by Vibhav Bobade
Modified: 2021-06-14 16:17 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1929118
: 1929127 (view as bug list)
Environment:
Last Closed: 2021-05-13 21:31:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift jenkins pull 1232 0 None open [release 4.5] Bug 1929120: update kubernetes-client-api 2021-04-12 07:03:57 UTC
Red Hat Product Errata RHBA-2021:1491 0 None None None 2021-05-13 21:32:00 UTC

Comment 6 Jitendar Singh 2021-05-04 06:04:23 UTC
VERIFIED
================= jsingh@fugaku  ~  oc new-app jenkins-ephemeral -p NAMESPACE=$(oc project -q) -p JENKINS_IMAGE_STREAM_TAG=jenkins: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:latest
        * Allows use of Jenkins Update Center repository with invalid SSL certificate=false

--> Creating resources ...
    route.route.openshift.io "jenkins" 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.sharedocp4upi45.lab.pnq2.cee.redhat.com' 
    Run 'oc status' to view your app.
 jsingh@fugaku  ~  oc get pods -w
NAME               READY   STATUS              RESTARTS   AGE
jenkins-1-deploy   0/1     ContainerCreating   0          10s
jenkins-1-deploy   1/1     Running             0          15s
jenkins-1-qcvzz    0/1     Pending             0          0s
jenkins-1-qcvzz    0/1     Pending             0          0s
jenkins-1-qcvzz    0/1     ContainerCreating   0          0s
jenkins-1-qcvzz    0/1     ContainerCreating   0          3s
jenkins-1-qcvzz    0/1     ContainerCreating   0          11s
 jsingh@fugaku  ~  oc get pods -w
NAME               READY   STATUS    RESTARTS   AGE
jenkins-1-deploy   1/1     Running   0          2m39s
jenkins-1-qcvzz    0/1     Running   0          2m23s
=================================================================
 jsingh@fugaku  ~  oc rsh jenkins-1-qcvzz
sh-4.2$  cat /var/lib/jenkins/plugins/kubernetes-client-api/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 4.13.2-1
sh-4.2$  cat /var/lib/jenkins/plugins/kubernetes/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.29.0
sh-4.2$  cat /var/lib/jenkins/plugins/blueocean/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.24.4
sh-4.2$  cat /var/lib/jenkins/plugins/configuration-as-code-groovy/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.1
sh-4.2$  cat /var/lib/jenkins/plugins/credentials/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.3.15
sh-4.2$  cat /var/lib/jenkins/plugins/cloudbees-folder/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 6.15
sh-4.2$  cat /var/lib/jenkins/plugins/github/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.33.0
sh-4.2$  cat /var/lib/jenkins/plugins/git/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 4.5.2
sh-4.2$  cat /var/lib/matrix-project/plugins/git/META-INF/MANIFEST.MF |grep Implementation-Version
cat: /var/lib/matrix-project/plugins/git/META-INF/MANIFEST.MF: No such file or directory
sh-4.2$  cat /var/lib/matrix-project/plugins/META-INF/MANIFEST.MF |grep Implementation-Version
cat: /var/lib/matrix-project/plugins/META-INF/MANIFEST.MF: No such file or directory
sh-4.2$  cat /var/lib/plugins/matrix-project/META-INF/MANIFEST.MF |grep Implementation-Version
cat: /var/lib/plugins/matrix-project/META-INF/MANIFEST.MF: No such file or directory
sh-4.2$ cat /var/lib/jenkins/plugins/matrix-project/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.18
sh-4.2$ cat /var/lib/jenkins/plugins/openshift-sync/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.0.46
sh-4.2$ cat /var/lib/jenkins/plugins/parameterized-trigger/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.36
sh-4.2$ cat /var/lib/jenkins/plugins/snakeyaml-api/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 1.27.0
sh-4.2$ cat /var/lib/jenkins/plugins/token-macro/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.13
sh-4.2$ cat /var/lib/jenkins/plugins/workflow-cps/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.87
sh-4.2$ cat /var/lib/jenkins/plugins/workflow-multibranch/META-INF/MANIFEST.MF |grep Implementation-Version
Implementation-Version: 2.22
sh-4.2$ exit
exit
 jsingh@fugaku  ~  oc get routes         
NAME      HOST/PORT                                                           PATH   SERVICES   PORT    TERMINATION     WILDCARD
jenkins   jenkins-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com          jenkins    <all>   edge/Redirect   None
 jsingh@fugaku  ~  oc create -f maven.yaml
template.template.openshift.io/maven-pipeline created
 jsingh@fugaku  ~  oc new-app jenkins-ephemeral -p NAMESPACE=$(oc project -q) -p JENKINS_IMAGE_STREAM_TAG=jenkins:latest

^C%                                                                                                                                                                                            ✘ 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=JrQmlhgfkKM7mTBMDN0TqyU11QtSXciIGmEn2ivQ # generated
        * Generic Webhook Secret=dEhBa2MMKVKlTQKfTff16nfBTSfy1W2e3VYyPs5m # 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.sharedocp4upi45.lab.pnq2.cee.redhat.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 create -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/nodejs-sample-pipeline.yaml 
buildconfig.build.openshift.io/nodejs-sample-pipeline created
 jsingh@fugaku  ~  oc start-build nodejs-sample-pipeline
build.build.openshift.io/nodejs-sample-pipeline-1 started
 jsingh@fugaku  ~  oc get pods -w
NAME               READY   STATUS              RESTARTS   AGE
jenkins-1-deploy   0/1     Completed           0          13m
jenkins-1-qcvzz    1/1     Running             0          12m
maven-7rz75        0/1     ContainerCreating   0          23s
nodejs-pz7x8       0/1     Pending             0          1s
nodejs-pz7x8       0/1     Pending             0          1s
nodejs-pz7x8       0/1     ContainerCreating   0          4s
nodejs-pz7x8       0/1     ContainerCreating   0          7s
nodejs-pz7x8       0/1     ContainerCreating   0          14s
maven-7rz75        0/1     Terminating         0          102s
maven-7rz75        0/1     Terminating         0          108s
maven-7rz75        0/1     Terminating         0          108s
maven-5r6wb        0/1     Pending             0          0s
maven-5r6wb        0/1     Pending             0          0s
maven-5r6wb        0/1     ContainerCreating   0          1s
maven-5r6wb        0/1     ContainerCreating   0          32s
maven-5r6wb        1/1     Running             0          37s
nodejs-pz7x8       0/1     Terminating         0          101s
nodejs-pz7x8       0/1     Terminating         0          104s
nodejs-pz7x8       0/1     Terminating         0          104s
nodejs-7rt3m       0/1     Pending             0          0s
nodejs-7rt3m       0/1     Pending             0          1s
nodejs-7rt3m       0/1     ContainerCreating   0          1s
nodejs-7rt3m       0/1     ContainerCreating   0          4s
nodejs-7rt3m       1/1     Running             0          7s
 jsingh@fugaku  ~  oc get routes
NAME                   HOST/PORT                                                                        PATH   SERVICES               PORT       TERMINATION     WILDCARD
jenkins                jenkins-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com                       jenkins                <all>      edge/Redirect   None
openshift-jee-sample   openshift-jee-sample-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com          openshift-jee-sample   8080-tcp                   None
 jsingh@fugaku  ~  oc get routes
NAME                     HOST/PORT                                                                          PATH   SERVICES                 PORT       TERMINATION     WILDCARD
jenkins                  jenkins-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com                         jenkins                  <all>      edge/Redirect   None
nodejs-mongodb-example   nodejs-mongodb-example-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com          nodejs-mongodb-example   <all>                      None
openshift-jee-sample     openshift-jee-sample-jenkins-test.apps.sharedocp4upi45.lab.pnq2.cee.redhat.com            openshift-jee-sample     8080-tcp                   None
 jsingh@fugaku  ~ 

Comment 8 errata-xmlrpc 2021-05-13 21:31:48 UTC
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.5.39 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:1491


Note You need to log in before you can comment on or make changes to this bug.