Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2016:1937 - Bug Fix Advisory
Issued:
2016-09-27
Updated:
2016-09-27

RHBA-2016:1937 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

Red Hat OpenShift Enterprise Jenkins image bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated Jenkins image that fixes several bugs and adds enhancements is now available for Red Hat OpenShift Enterprise 3.1 and 3.2.

Description

OpenShift Enterprise by Red Hat is the company's cloud computing Platform-as-a-Service (PaaS) solution designed for on-premise or private cloud deployments.

This update fixes the following bugs:

  • The OpenShift Pipeline Plug-in for Jenkins did not properly handle permission issues when attempting to access the route for Jenkins. Any of the steps or post-build actions in Jenkins jobs could fail unnecessarily with a Java stack trace citing an inability to access routes. This bug fix adds correct error handling when attempting to list routes. As a result, Jenkins jobs no longer fail unnecessarily if the token used by the OpenShift Pipeline Plug-in for Jenkins to access the OpenShift API Master did not have permission to list routes. (BZ#1369746)
  • Some Jenkins plug-in files did not have their ownership changed to non-root during the construction of the OpenShift Jenkins RHEL image because the chown did not traverse symbolic links. The build of the Jenkins master image resulting from calling 'oc new-app' on the sample jenkins master template would fail with a permission problem reported by chgrp. This bug fix Updates the Dockerfile used to construct the OpenShift Jenkins RHEL images to change the ownership of the plug-in files accessed by symbolic links. As a result, running 'oc new-app' on the example jenkins master template succeeds. (BZ#1365767)
  • A few plug-ins brought in by Jenkins core were not getting pinned during construction of the OpenShift Jenkins Image for RHEL. Some plug-ins brought in by Jenkins core were not at the version levels expected in the OpenShift Jenkins Image for RHEL. This bug fix adds the pinning of plug-ins in question wihiin the Dockerfile used to construct the OpenShift Jenkins Image for RHEL. As a result, all plug-ins in the OpenShift Jenkins Image for RHEL are at the expected version levels. (BZ#1369680)
  • The build step in OpenShift Pipeline Plug-in for Jenkins did not fully check during a certain wait loop for the status of builds running in OpenShift. Jobs in Jenkins with OpenShift Pipeline Plug-in builds steps would wait the full timeout duration unnecessarily before failing a given Jenkins job if the corresponding build in OpenShift failed much sooner. Properly check the OpenShift build status during the wait polling from the Jenkins job leveraging the OpenShift Pipeline Plug-in for the Jenkins build step. Jenkins jobs will fail immediately if a corresponding build in OpenShift fails. (BZ#1369740)

In addition, this update adds the following enhancement:

  • Deployments with prehooks and liveness or readiness probes were typically taking more than 1 minute. Therefore, the default deployment timeout was changed from 1 minute to 10 minutes in the OpenShift Pipeline Plug-in for Jenkins. As a result, users of the OpenShift Pipeline Plug-in for Jenkins had to change the deployment timeout setting less often. (BZ#1368372)

This update includes the following image:

openshift3/jenkins-1-rhel7:1.651.2-11

All OpenShift Enterprise 3 users are advised to upgrade to this updated image.

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

The Red Hat Enterprise Linux container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com using the "docker pull" command. Dockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.

To update the default image stream for this image, see the following documentation after logging into the OpenShift CLI as a cluster administrator:

https://docs.openshift.com/enterprise/3.2/install_config/upgrading/manual_upgrades.html#importing-the-latest-images

To determine whether containers in pods will pull the updated image
automatically, review the following documentation on image pull policies:

https://docs.openshift.com/enterprise/3.2/dev_guide/managing_images.html#image-pull-policy

After applying this update, if you are using persistent storage with the Jenkins image, delete the existing Jenkins configuration from the persistent storage location. Then pull the new image to all OpenShift nodes in your cluster before restarting any pods running the old image version. If you do not delete your existing configuration, the new job configuration included in this image will not be utilized.

Affected Products

  • Red Hat OpenShift Container Platform 3.1 x86_64

Fixes

  • BZ - 1347849 - Update openshift jenkins image
  • BZ - 1365767 - Failed to build Jenkins master
  • BZ - 1368372 - [RFE] Wait interval 60000 (60s) is too short for openshiftDeploy stage in jenkins master image
  • BZ - 1369680 - Jenkins some plugins version are too old in jenkins image
  • BZ - 1369702 - Cannot cancel openshift build when setting post-build in jenkins
  • BZ - 1369725 - Build step 'tag openshift image' in webpage is close to right in jenkins webpage
  • BZ - 1369740 - Pipeline build should be failed when related build fail
  • BZ - 1369746 - Fail to delete resource using `openShiftDeleteResourceByJsonYaml` pipeline dsl step

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat OpenShift Container Platform 3.2

SRPM
jenkins-plugin-ace-editor-1.1-1.el7.src.rpm SHA-256: 0864a8edd4c29a41cc49dfb399b30da467b65431785996e81aabd173685ec3a0
jenkins-plugin-branch-api-1.10-1.el7.src.rpm SHA-256: 010f2b0d734d8f197b60c739e3da57c3eba1efa7814523a3e416f82b9347c87a
jenkins-plugin-cloudbees-folder-5.11-1.el7.src.rpm SHA-256: 1117cefe4a301d9a9e93321a99ce5682ef2598625838c79a0a3fdff7619fc3b7
jenkins-plugin-credentials-2.1.0-1.el7.src.rpm SHA-256: 5187074866e726215e549a9b90e65f3280cbd809ec4b4d64aa07d7652384a26d
jenkins-plugin-durable-task-1.10-1.el7.src.rpm SHA-256: 80e5190d3accfcd1719e9d94f33bd297e1f6d57bfafe0cd262cfe8f22c0cc5e1
jenkins-plugin-git-2.4.4-2.el7.src.rpm SHA-256: 2ac710ed616ca0d91c4ebc3ac4ea13a70655214096e919de48053903982900d6
jenkins-plugin-git-client-1.19.6-1.el7.src.rpm SHA-256: 960c4a00525440e3096ff8770cb7b9aae7a415810972ab49a664f30bec99de47
jenkins-plugin-git-server-1.6-1.el7.src.rpm SHA-256: c8c19d9a8bef30fd6c7ce3e1b34c1eea0cdf0d8e09dad99cfb5419a8708d9123
jenkins-plugin-handlebars-1.1.1-1.el7.src.rpm SHA-256: c018a7ef26f9cc915266898eddb2813d63751753aa35076e89c8f7b20c57e2f8
jenkins-plugin-jquery-detached-1.2.1-1.el7.src.rpm SHA-256: d6ae5a00e218c308deb9f7e8bb46bcbd53513cb63ca9bd1ab2c62e00cc5e5c93
jenkins-plugin-kubernetes-0.6-1.el7.src.rpm SHA-256: 556544781fd6ce882a376c5a9efe129a6a332b00ba5cf5d54ebce68eba1acea6
jenkins-plugin-mapdb-api-1.0.1.0-1.el7.src.rpm SHA-256: 008999902144f4ed50cbd52b953f302dddf82caf44a76ac21f8030257b035ff4
jenkins-plugin-matrix-project-1.7-1.el7.src.rpm SHA-256: ca1ee13f8b8af6bb91dcc231e9c275350ca2501a2131d632afd3bec9aac22d8a
jenkins-plugin-mercurial-1.54-1.el7.src.rpm SHA-256: 4df99773f8ed7a19f98c0166090b8809f341380820542f2e2288678f3870c730
jenkins-plugin-momentjs-1.1.1-1.el7.src.rpm SHA-256: 28b18f61c84cbe1f8e66835b317c5c50b2289c7f3e5cf812158671b5fddbd9ff
jenkins-plugin-multiple-scms-0.6-1.el7.src.rpm SHA-256: fdef3c21c9d6478300c0ce6c82244db8bc3147ab9ae4209feb855729e264ea06
jenkins-plugin-openshift-pipeline-1.0.22-1.el7.src.rpm SHA-256: 30f8c376d0fd5a7e209f360d14f4887b6cca1c23171426f5e4681febe579ae0b
jenkins-plugin-openshift-sync-0.0.12-1.el7.src.rpm SHA-256: cf9c07e8bb13590f5df1457e7adeadec8c973fc5a1e02b5c825f0e92cd3c08f0
jenkins-plugin-pipeline-build-step-2.1-1.el7.src.rpm SHA-256: 38bc08afca489884815766c2f362cce8346485963871f130dbe535de67bbb84c
jenkins-plugin-pipeline-input-step-2.0-1.el7.src.rpm SHA-256: 85bf4e9b8e5997497f749604ab640c723f133928989de75c62a86cb6c48e2344
jenkins-plugin-pipeline-rest-api-1.4-1.el7.src.rpm SHA-256: 42e9cbdfc81f2637e92d0040f0da93c3b87f1d3bb60f20f8ff9b9eaf4c0f5c43
jenkins-plugin-pipeline-stage-step-2.1-1.el7.src.rpm SHA-256: 6a3ade141f68e11a1b0910c0d54c45fee9775722cfac2669136160ef62874a7d
jenkins-plugin-pipeline-stage-view-1.4-1.el7.src.rpm SHA-256: 15279bf0952ef7653b68b8720e739cd6b1e0b3394ef738e899f9c4572840f6e4
jenkins-plugin-pipeline-utility-steps-1.1.5-1.el7.src.rpm SHA-256: 205ca5ca88c2487a654dc412ee1018b39054c1c19e8ead5ef9252f2f475d74aa
jenkins-plugin-plain-credentials-1.2-1.el7.src.rpm SHA-256: fd4441c000c00b6843cdc24afe82c8b1ddfc89195d5a8066f9061a8ccd807c9d
jenkins-plugin-scm-api-1.2-1.el7.src.rpm SHA-256: 5b0286ce17f2169a39de5dad949a0e2e9b0348a7ac4715e606b2b838e5b08dbc
jenkins-plugin-script-security-1.19-1.el7.src.rpm SHA-256: fe399fc6aa9b9b947af56aad957d1a818f3cdf2179d9df2b19367b144beb50cc
jenkins-plugin-ssh-credentials-1.12-1.el7.src.rpm SHA-256: 1d48e96fb581928407c8bf553037a7254a80724758122078377adeddc41e846c
jenkins-plugin-structs-1.1-1.el7.src.rpm SHA-256: 884ebf3282f6a4a176d9df896e520be663fffa4005c24e9256c21b1f7de6989d
jenkins-plugin-subversion-2.5.7-1.el7.src.rpm SHA-256: b9c0d83f399f9ede125d20522f1f78c107dfa355b4b7bedd6af3c8d7d04b4897
jenkins-plugin-workflow-aggregator-2.1-1.el7.src.rpm SHA-256: cc985ea5ebcc83c5c3276e47a03d1933bc09d03343b6056e30ea34294c87aa5c
jenkins-plugin-workflow-api-2.1-1.el7.src.rpm SHA-256: 457c857367c61359f9ad317d3b8a290df30adb60881bf98caef41cdf4b8f77c1
jenkins-plugin-workflow-basic-steps-2.0-1.el7.src.rpm SHA-256: 6b839207fe8a2c1a754bc9190bd8bdb13329d81081c70a19a2132838b84eda9f
jenkins-plugin-workflow-cps-2.6-1.el7.src.rpm SHA-256: f9147acafd322edcb7c1b2bf174766df74c3341523dd80c35ce0c655b7fdc2fb
jenkins-plugin-workflow-cps-global-lib-2.0-1.el7.src.rpm SHA-256: 58a1be810fdad9f53789fc17fd53a94268513f3bf6624b07846e02e13f2cd55e
jenkins-plugin-workflow-durable-task-step-2.1-1.el7.src.rpm SHA-256: c7a7c214c39e538fd3da2effe7ba2c64aed020ab472893d9f5ebaf91f6595728
jenkins-plugin-workflow-job-2.2-1.el7.src.rpm SHA-256: b0f564b592ac4d382b5539528d28053bd6d4abffdd58aab85dd0437c2436f681
jenkins-plugin-workflow-multibranch-2.7-1.el7.src.rpm SHA-256: 2b465a72506c671aeb34ba306efa34fd76e9280cbae142159aad550255be3be7
jenkins-plugin-workflow-remote-loader-1.2-1.el7.src.rpm SHA-256: 0532135b6ea4dc80906437407246ffec106376972b1e7823a823fc4c89fbc79f
jenkins-plugin-workflow-scm-step-2.1-1.el7.src.rpm SHA-256: 990f138f7b60f97c2cd3266cb04a86dc9d8be9b16a4cef01fc94d0eeef7710e0
jenkins-plugin-workflow-step-api-2.1-1.el7.src.rpm SHA-256: 32567656401e9d93c91361afe2641809d8d16f0d778062f47455c8b5b43377c8
jenkins-plugin-workflow-support-2.1-1.el7.src.rpm SHA-256: 9d75a1552f240774a9533ed4291b8f14b71577b12cd700ad54ba90d426e6fe7c
x86_64

Red Hat OpenShift Container Platform 3.1

SRPM
jenkins-plugin-ace-editor-1.1-1.el7.src.rpm SHA-256: 0864a8edd4c29a41cc49dfb399b30da467b65431785996e81aabd173685ec3a0
jenkins-plugin-branch-api-1.10-1.el7.src.rpm SHA-256: 010f2b0d734d8f197b60c739e3da57c3eba1efa7814523a3e416f82b9347c87a
jenkins-plugin-cloudbees-folder-5.11-1.el7.src.rpm SHA-256: 1117cefe4a301d9a9e93321a99ce5682ef2598625838c79a0a3fdff7619fc3b7
jenkins-plugin-credentials-2.1.0-1.el7.src.rpm SHA-256: 5187074866e726215e549a9b90e65f3280cbd809ec4b4d64aa07d7652384a26d
jenkins-plugin-durable-task-1.10-1.el7.src.rpm SHA-256: 80e5190d3accfcd1719e9d94f33bd297e1f6d57bfafe0cd262cfe8f22c0cc5e1
jenkins-plugin-git-2.4.4-2.el7.src.rpm SHA-256: 2ac710ed616ca0d91c4ebc3ac4ea13a70655214096e919de48053903982900d6
jenkins-plugin-git-client-1.19.6-1.el7.src.rpm SHA-256: 960c4a00525440e3096ff8770cb7b9aae7a415810972ab49a664f30bec99de47
jenkins-plugin-git-server-1.6-1.el7.src.rpm SHA-256: c8c19d9a8bef30fd6c7ce3e1b34c1eea0cdf0d8e09dad99cfb5419a8708d9123
jenkins-plugin-handlebars-1.1.1-1.el7.src.rpm SHA-256: c018a7ef26f9cc915266898eddb2813d63751753aa35076e89c8f7b20c57e2f8
jenkins-plugin-jquery-detached-1.2.1-1.el7.src.rpm SHA-256: d6ae5a00e218c308deb9f7e8bb46bcbd53513cb63ca9bd1ab2c62e00cc5e5c93
jenkins-plugin-kubernetes-0.6-1.el7.src.rpm SHA-256: 556544781fd6ce882a376c5a9efe129a6a332b00ba5cf5d54ebce68eba1acea6
jenkins-plugin-mapdb-api-1.0.1.0-1.el7.src.rpm SHA-256: 008999902144f4ed50cbd52b953f302dddf82caf44a76ac21f8030257b035ff4
jenkins-plugin-matrix-project-1.7-1.el7.src.rpm SHA-256: ca1ee13f8b8af6bb91dcc231e9c275350ca2501a2131d632afd3bec9aac22d8a
jenkins-plugin-mercurial-1.54-1.el7.src.rpm SHA-256: 4df99773f8ed7a19f98c0166090b8809f341380820542f2e2288678f3870c730
jenkins-plugin-momentjs-1.1.1-1.el7.src.rpm SHA-256: 28b18f61c84cbe1f8e66835b317c5c50b2289c7f3e5cf812158671b5fddbd9ff
jenkins-plugin-multiple-scms-0.6-1.el7.src.rpm SHA-256: fdef3c21c9d6478300c0ce6c82244db8bc3147ab9ae4209feb855729e264ea06
jenkins-plugin-openshift-pipeline-1.0.22-1.el7.src.rpm SHA-256: 30f8c376d0fd5a7e209f360d14f4887b6cca1c23171426f5e4681febe579ae0b
jenkins-plugin-openshift-sync-0.0.12-1.el7.src.rpm SHA-256: cf9c07e8bb13590f5df1457e7adeadec8c973fc5a1e02b5c825f0e92cd3c08f0
jenkins-plugin-pipeline-build-step-2.1-1.el7.src.rpm SHA-256: 38bc08afca489884815766c2f362cce8346485963871f130dbe535de67bbb84c
jenkins-plugin-pipeline-input-step-2.0-1.el7.src.rpm SHA-256: 85bf4e9b8e5997497f749604ab640c723f133928989de75c62a86cb6c48e2344
jenkins-plugin-pipeline-rest-api-1.4-1.el7.src.rpm SHA-256: 42e9cbdfc81f2637e92d0040f0da93c3b87f1d3bb60f20f8ff9b9eaf4c0f5c43
jenkins-plugin-pipeline-stage-step-2.1-1.el7.src.rpm SHA-256: 6a3ade141f68e11a1b0910c0d54c45fee9775722cfac2669136160ef62874a7d
jenkins-plugin-pipeline-stage-view-1.4-1.el7.src.rpm SHA-256: 15279bf0952ef7653b68b8720e739cd6b1e0b3394ef738e899f9c4572840f6e4
jenkins-plugin-pipeline-utility-steps-1.1.5-1.el7.src.rpm SHA-256: 205ca5ca88c2487a654dc412ee1018b39054c1c19e8ead5ef9252f2f475d74aa
jenkins-plugin-plain-credentials-1.2-1.el7.src.rpm SHA-256: fd4441c000c00b6843cdc24afe82c8b1ddfc89195d5a8066f9061a8ccd807c9d
jenkins-plugin-scm-api-1.2-1.el7.src.rpm SHA-256: 5b0286ce17f2169a39de5dad949a0e2e9b0348a7ac4715e606b2b838e5b08dbc
jenkins-plugin-script-security-1.19-1.el7.src.rpm SHA-256: fe399fc6aa9b9b947af56aad957d1a818f3cdf2179d9df2b19367b144beb50cc
jenkins-plugin-ssh-credentials-1.12-1.el7.src.rpm SHA-256: 1d48e96fb581928407c8bf553037a7254a80724758122078377adeddc41e846c
jenkins-plugin-structs-1.1-1.el7.src.rpm SHA-256: 884ebf3282f6a4a176d9df896e520be663fffa4005c24e9256c21b1f7de6989d
jenkins-plugin-subversion-2.5.7-1.el7.src.rpm SHA-256: b9c0d83f399f9ede125d20522f1f78c107dfa355b4b7bedd6af3c8d7d04b4897
jenkins-plugin-workflow-aggregator-2.1-1.el7.src.rpm SHA-256: cc985ea5ebcc83c5c3276e47a03d1933bc09d03343b6056e30ea34294c87aa5c
jenkins-plugin-workflow-api-2.1-1.el7.src.rpm SHA-256: 457c857367c61359f9ad317d3b8a290df30adb60881bf98caef41cdf4b8f77c1
jenkins-plugin-workflow-basic-steps-2.0-1.el7.src.rpm SHA-256: 6b839207fe8a2c1a754bc9190bd8bdb13329d81081c70a19a2132838b84eda9f
jenkins-plugin-workflow-cps-2.6-1.el7.src.rpm SHA-256: f9147acafd322edcb7c1b2bf174766df74c3341523dd80c35ce0c655b7fdc2fb
jenkins-plugin-workflow-cps-global-lib-2.0-1.el7.src.rpm SHA-256: 58a1be810fdad9f53789fc17fd53a94268513f3bf6624b07846e02e13f2cd55e
jenkins-plugin-workflow-durable-task-step-2.1-1.el7.src.rpm SHA-256: c7a7c214c39e538fd3da2effe7ba2c64aed020ab472893d9f5ebaf91f6595728
jenkins-plugin-workflow-job-2.2-1.el7.src.rpm SHA-256: b0f564b592ac4d382b5539528d28053bd6d4abffdd58aab85dd0437c2436f681
jenkins-plugin-workflow-multibranch-2.7-1.el7.src.rpm SHA-256: 2b465a72506c671aeb34ba306efa34fd76e9280cbae142159aad550255be3be7
jenkins-plugin-workflow-remote-loader-1.2-1.el7.src.rpm SHA-256: 0532135b6ea4dc80906437407246ffec106376972b1e7823a823fc4c89fbc79f
jenkins-plugin-workflow-scm-step-2.1-1.el7.src.rpm SHA-256: 990f138f7b60f97c2cd3266cb04a86dc9d8be9b16a4cef01fc94d0eeef7710e0
jenkins-plugin-workflow-step-api-2.1-1.el7.src.rpm SHA-256: 32567656401e9d93c91361afe2641809d8d16f0d778062f47455c8b5b43377c8
jenkins-plugin-workflow-support-2.1-1.el7.src.rpm SHA-256: 9d75a1552f240774a9533ed4291b8f14b71577b12cd700ad54ba90d426e6fe7c
x86_64
jenkins-plugin-ace-editor-1.1-1.el7.x86_64.rpm SHA-256: 70e5e9a5080a5a53c3cc710a4ae51a28701b1d5f6502ce54800062ab281544c8
jenkins-plugin-branch-api-1.10-1.el7.x86_64.rpm SHA-256: c4d924c0d1975e85ccc66cf23104dcd6a6661920bf0be00f29b87b78fa202b70
jenkins-plugin-cloudbees-folder-5.11-1.el7.x86_64.rpm SHA-256: c756564d5beb342f28d32e3afae8593fc1ea4d496f3156e5ae00e135c9f299a2
jenkins-plugin-credentials-2.1.0-1.el7.x86_64.rpm SHA-256: eb8265fe598abb864a0d5d6740afbcb34e60903590592b04e804e47727fd672e
jenkins-plugin-durable-task-1.10-1.el7.x86_64.rpm SHA-256: ebb18d6b8886a080f36f71e5213686c65a5772e4fe6f76f17ede638e1fdcc73d
jenkins-plugin-git-2.4.4-2.el7.x86_64.rpm SHA-256: 0a0a398f296ab7efe534adac28b97f807781b8321aec92abf9a0f9ce7afc8895
jenkins-plugin-git-client-1.19.6-1.el7.x86_64.rpm SHA-256: 8e59fd2b3d624a6751606c3eb0b91cebe699b4c78558eb0ddda17dd37a412910
jenkins-plugin-git-server-1.6-1.el7.x86_64.rpm SHA-256: 5972d37db30db969edd1a9cb423a5446191865dbca75e581b8ccc87922e8596d
jenkins-plugin-handlebars-1.1.1-1.el7.x86_64.rpm SHA-256: c21f087b088bd50048e1f012c412c5e018a30436c935d34eb46598a76318d8c0
jenkins-plugin-jquery-detached-1.2.1-1.el7.x86_64.rpm SHA-256: 786f0b73bb619ff1b438754946b0aa0a03fa237e0733c62cfda2a87110c9e02c
jenkins-plugin-kubernetes-0.6-1.el7.x86_64.rpm SHA-256: b8e659a1d530c38a5df4cda38f573f68f0068da6396e61e776311f0c3c75e1dc
jenkins-plugin-mapdb-api-1.0.1.0-1.el7.x86_64.rpm SHA-256: 4b502b8a6598c279eba8d89dede0b639dffa8520ee1d9370659169b1f4e7d0f6
jenkins-plugin-matrix-project-1.7-1.el7.x86_64.rpm SHA-256: 0f27569dd7739e7e4e1d7d4c4ecdcfa1caf9cbd589f88050d783a757ad50a8dc
jenkins-plugin-mercurial-1.54-1.el7.x86_64.rpm SHA-256: 4ef015655f26da86482fbed897bfa6b7952c8ed050687c0981febd9f34ff47de
jenkins-plugin-momentjs-1.1.1-1.el7.x86_64.rpm SHA-256: d1392b0a95915dfbb173d7ff03e380631b01e797579d6f7adba2d20212f822b7
jenkins-plugin-multiple-scms-0.6-1.el7.x86_64.rpm SHA-256: fbfd219e43b7a8c583b11ecd754c8b3e5bf35fff14e32c4855206d5d2c87e591
jenkins-plugin-openshift-pipeline-1.0.22-1.el7.x86_64.rpm SHA-256: 2099bd37e05899767bc0e62a3b0e50f031cd13403940ac13de52325b0b5bb1c1
jenkins-plugin-openshift-sync-0.0.12-1.el7.x86_64.rpm SHA-256: 3b547c73d1d06bc00df97f4c6156f944bbfabef6e87642656a0ebfe7571ee8cf
jenkins-plugin-pipeline-build-step-2.1-1.el7.x86_64.rpm SHA-256: 3d3d759954e8f9de6d9b9f4c8e859996456a5a7d9828ea50ceeb854cf3e1846d
jenkins-plugin-pipeline-input-step-2.0-1.el7.x86_64.rpm SHA-256: 35419101e7ec3a8e55c8783f3b085346083feac2cca987c4e0ee21ec521cdc00
jenkins-plugin-pipeline-rest-api-1.4-1.el7.x86_64.rpm SHA-256: 13c0c5ed004a613491c03b6f33cca79fe749001cf75171b6516f67acd4f01487
jenkins-plugin-pipeline-stage-step-2.1-1.el7.x86_64.rpm SHA-256: 0a574e189b397811740a31d991583d1ad5ebe9633751aedd6a8883e239251ea7
jenkins-plugin-pipeline-stage-view-1.4-1.el7.x86_64.rpm SHA-256: 8cd16d208919c46757b6541bbd48a6fb3eb6acad44268d83f2ec6e072044b4ee
jenkins-plugin-pipeline-utility-steps-1.1.5-1.el7.x86_64.rpm SHA-256: 0ea622536c65f02b16db419a96a1cf9ee9b24b30a0ed761847508bfd0aec3e7d
jenkins-plugin-plain-credentials-1.2-1.el7.x86_64.rpm SHA-256: aed180ce00c44660d6a69d1643ede8aa092326b54dd39e9feee00f14279b1ee7
jenkins-plugin-scm-api-1.2-1.el7.x86_64.rpm SHA-256: dba7e9695437af1b5d4a09e474ba3690fa2513d06f4df82cc814bcb76ef6ba0e
jenkins-plugin-script-security-1.19-1.el7.x86_64.rpm SHA-256: 06efc4151ba35c959c84f3c8b428dc014e491dcda72c92d1605443db14038f42
jenkins-plugin-ssh-credentials-1.12-1.el7.x86_64.rpm SHA-256: fb87bcf549d83a7e8a86c34a6a8bb4b821ca80d2e71b9ffc7894f68d225a663b
jenkins-plugin-structs-1.1-1.el7.x86_64.rpm SHA-256: a2ed109b7ee00380015de18fefb62a3f1c8d3f712d2709d88fc7f8a2103397b2
jenkins-plugin-subversion-2.5.7-1.el7.x86_64.rpm SHA-256: 61a14fbfa456312692d5a099a2acaa2b1fdb6d9d248829efff899c7cf3df7db3
jenkins-plugin-workflow-aggregator-2.1-1.el7.x86_64.rpm SHA-256: 9d54e6eb6560e9480c900b0a9335319088e429f1482962f9afd87a5b427ee6a7
jenkins-plugin-workflow-api-2.1-1.el7.x86_64.rpm SHA-256: ea5b0ce8b7f81d8d2e7234ede5fc2ec81fe5925df410d3f2f641d79247e6a7e7
jenkins-plugin-workflow-basic-steps-2.0-1.el7.x86_64.rpm SHA-256: fc7622c6db7377f0146aec99bc1abb78f2f2001f00ea29b91bb2247b533f2dc0
jenkins-plugin-workflow-cps-2.6-1.el7.x86_64.rpm SHA-256: 7d46555d3549d1c0d29628d0cf8ac526a3bfc567fbb275388cda37820cb1dfd1
jenkins-plugin-workflow-cps-global-lib-2.0-1.el7.x86_64.rpm SHA-256: c4a3b0d45347035197a364e857a0851230eb6c4a58652ac61c8fe46c85f2ac3a
jenkins-plugin-workflow-durable-task-step-2.1-1.el7.x86_64.rpm SHA-256: e6dede7c36214852929ac52e6d54fd0e64db55b8b6088c5c47f483ecd8755c7d
jenkins-plugin-workflow-job-2.2-1.el7.x86_64.rpm SHA-256: a699c1a238a5ac7f2bbbadcfead41b419bed03435f27853e5f948699a2b5c3ba
jenkins-plugin-workflow-multibranch-2.7-1.el7.x86_64.rpm SHA-256: 6ea7e0bf224da41410800c5a935a56f8141b0c1c0bec254a21ed4e47e9a32d36
jenkins-plugin-workflow-remote-loader-1.2-1.el7.x86_64.rpm SHA-256: 76c47d1997698221f79c70fbeb03ab0562d267d9d39e35a69347bf6cfa3d0dbf
jenkins-plugin-workflow-scm-step-2.1-1.el7.x86_64.rpm SHA-256: 41585530e1b5ec62c9dff72dc99760fde4fc0253978e654594a12c7c9f03200f
jenkins-plugin-workflow-step-api-2.1-1.el7.x86_64.rpm SHA-256: ebdf37948158036acb7895aec32f3255eb322b2be4a24e1a587e25199f2f43ba
jenkins-plugin-workflow-support-2.1-1.el7.x86_64.rpm SHA-256: 5df03dbedd432b4ffeeccbaf828628f747a2581b4f457ec198598abe2b224485

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility