From 0071fa4c4ae3436b54b16baf4db2c78bb2e5e04e Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 13 Dec 2022 17:04:28 -0700 Subject: [PATCH] Pin git client plugin 3.12.4 for Jenkins 2.332.x tests (#1643) https://issues.jenkins.io/browse/JENKINS-70174 notes that the git client plugin automated tests failed when using a shallow clone (depth == 1) of a single branch. The issue was fixed for Jenkins 2.346.3 and newer with the release of git client plugin 3.13.1. This release is a backport of that fix. No plugin functionality was changed in this release. It changes the automated tests when run from a shallow clone (depth == 1) of a single branch. https://github.com/jenkinsci/bom/pull/1613 is the key consumer in the plugin bill of materials. https://github.com/jenkinsci/plugin-compat-tester/pull/382 is the key consumer in the plugin compatibility tester. --- bom-2.332.x/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom-2.332.x/pom.xml b/bom-2.332.x/pom.xml index bd599e5b6..99b78a337 100644 --- a/bom-2.332.x/pom.xml +++ b/bom-2.332.x/pom.xml @@ -88,7 +88,7 @@ org.jenkins-ci.plugins git-client - 3.12.2 + 3.12.4 org.jenkins-ci.plugins