From 28817ccd9a1737a1d37f30b56cb320c16476c2b1 Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Tue, 28 Jul 2026 08:49:26 +0200 Subject: [PATCH 1/3] Update plugins to fix incompatibilities with git-client and git versions --- jenkins/master/plugins.ubi9.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jenkins/master/plugins.ubi9.txt b/jenkins/master/plugins.ubi9.txt index ffebb900a..04c65532b 100644 --- a/jenkins/master/plugins.ubi9.txt +++ b/jenkins/master/plugins.ubi9.txt @@ -6,3 +6,7 @@ Office-365-Connector:5.1.0 mask-passwords:196.v7d505d39886e allure-jenkins-plugin:2.34.0 idc-provider:89.v3dfb_6d89b_618 + +# plugins modified to fix incompatibilities +git-client:6.6.1 +git:5.10.1 From 3c6d1048b84dc46c2a78d033f18d556ef5fb02dc Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Wed, 29 Jul 2026 08:59:03 +0200 Subject: [PATCH 2/3] typo fix --- jenkins/master/plugins.ubi9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/master/plugins.ubi9.txt b/jenkins/master/plugins.ubi9.txt index 04c65532b..96b30a65e 100644 --- a/jenkins/master/plugins.ubi9.txt +++ b/jenkins/master/plugins.ubi9.txt @@ -5,7 +5,7 @@ audit-trail:395.vce180b_359a_b_5 Office-365-Connector:5.1.0 mask-passwords:196.v7d505d39886e allure-jenkins-plugin:2.34.0 -idc-provider:89.v3dfb_6d89b_618 +oidc-provider:89.v3dfb_6d89b_618 # plugins modified to fix incompatibilities git-client:6.6.1 From 145e476f209d952d97976549c3e6851407d880be Mon Sep 17 00:00:00 2001 From: brais <26645694+BraisVQ@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:09:18 +0200 Subject: [PATCH 3/3] Update CHANGELOG with recent fixes and changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d7e47f4..92921d36f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Fixed VIT0089531 ([#1393](https://github.com/opendevstack/ods-core/pull/1393)) - Fixed VIT0089530 ([#1392](https://github.com/opendevstack/ods-core/pull/1392)) - Harden post-creation scripts against RCE and credential exfiltration: remove `CD_PASSWORD` from the scripts environment and restrict the scripts/config repositories to an explicit `POST_CREATION_SCRIPTS_REPO_ALLOWLIST` (finding F-05) ([#1396] https://github.com/opendevstack/ods-core/pull/1396) +- Fix jenkins plugins ([#1399](https://github.com/opendevstack/ods-core/pull/1399)) ## [4.13.0] - 2026-07-01 ### Changed