Skip to content

Commit da6a54e

Browse files
committed
Test git client plugin and git plugin pre-release builds
Git client plugin 6.1.1-rc3643.ff37e600016d includes JGit 7.1.0. JGit 7.1.0 is scheduled to release 4 Dec 2024, so there is a small chance that the version will be updated before the official release. Git client plugin pull request for JGit 7.1.0 is: * jenkinsci/git-client-plugin#1220 JGit 7.1.0 release notes are: * https://projects.eclipse.org/projects/technology.jgit/releases/7.1.0 Git plugin 5.6.1-rc5357.7a_4955e76288 adds credentials to the GitClient object before decorating the object with settings from extensions. A plugin that adds a deocrator will now be able to adjust the credentials if needed. * jenkinsci/git-plugin#1687 * https://issues.jenkins.io/browse/JENKINS-73677 Tested by running: PLUGINS=github-branch-source,cloudbees-bitbucket-branch-source,,mailer TEST=InjectedTest bash local-test.sh
1 parent a72b700 commit da6a54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bom-weekly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<declarative-pipeline-migration-assistant-plugin.version>1.6.4</declarative-pipeline-migration-assistant-plugin.version>
2121
<forensics-api.version>2.6.0</forensics-api.version>
2222
<github-api-plugin.version>1.321-478.vc9ce627ce001</github-api-plugin.version>
23-
<git-plugin.version>5.6.0</git-plugin.version>
23+
<git-plugin.version>5.6.1-rc5357.7a_4955e76288</git-plugin.version>
2424
<junit-plugin.version>1309.v0078b_fecd6ed</junit-plugin.version>
2525
<mina-sshd-api.version>2.14.0-133.vcc091215a_358</mina-sshd-api.version>
2626
<okhttp-api-plugin.version>4.11.0-181.v1de5b_83857df</okhttp-api-plugin.version>
@@ -962,7 +962,7 @@
962962
<dependency>
963963
<groupId>org.jenkins-ci.plugins</groupId>
964964
<artifactId>git-client</artifactId>
965-
<version>6.1.0</version>
965+
<version>6.1.1-rc3643.ff37e600016d</version>
966966
</dependency>
967967
<dependency>
968968
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)