From 884f71d78167f17ca89e38dfa8b53d01ca6bf26c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 25 Jul 2024 18:40:10 -0600 Subject: [PATCH] Use plugin bom version prior to trilead API upgrade (#212) The plugin compatibility tester mistakenly uses the version of optional plugins that is provided by the pom of the tested plugin rather than using the version of plugin that is listed in the pom file of the plugin bill of materials. Because of that issue, the 2.426.x plugin bill of materials version needs to remain on an older version in order to not include an optional dependency on a newer version of the trilead API plugin. 3080.vfa_b_e4a_a_39b_44 is the version immediately before a trilean API plugin upgrade in the BOM. https://github.com/jenkinsci/bom/pull/3404 has more details https://github.com/jenkinsci/ssh-credentials-plugin/pull/211 includes some discussion as well. --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d58ca5..9944522 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,11 @@ io.jenkins.tools.bom bom-2.426.x - 3208.vb_21177d4b_cd9 + + + + + 3080.vfa_b_e4a_a_39b_44 import pom