From 1e180034fd5c2d7863c5a025b408e82b674440ea Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 16 Sep 2023 16:36:33 -0600 Subject: [PATCH] Pin previous credentials-binding release for LTS profiles The most recent release of the credentials-binding plugin adds masking for base64 credentials. That's a nice improvement. Unfortunately, it causes one of the config-file-provider tests to fail. Adapt older bom profiles to "Bump credentials-binding (#2509)" by retaining the current version of the credentials binding plugin on the weekly release and pinning the previous credentials binding plugin release on the LTS releases. Could exclude the test failure on all releases, but it seemed better to be able to detect test failures from the weekly release even if we can't yet test the new version with the LTS releases. This partially reverts commit bab8257f69b4411d683a420b106d8361fae5d0cf. --- bom-2.414.x/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bom-2.414.x/pom.xml b/bom-2.414.x/pom.xml index 49d9de066..be0b19720 100644 --- a/bom-2.414.x/pom.xml +++ b/bom-2.414.x/pom.xml @@ -27,6 +27,15 @@ theme-manager 211.vef2a_42c645a_b_ + + + org.jenkins-ci.plugins + credentials-binding + 631.v861c06d062b_4 +