-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Require Jenkins 2.504.3 or newer #1796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+5
−25
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original commit message had correct text
Git 2.51 has deprecated whatchanged https://github.blog/open-source/git/highlights-from-git-2-51/
MarkEWaite
added a commit
to MarkEWaite/bom
that referenced
this pull request
Aug 19, 2025
https://issues.jenkins.io/browse/JENKINS-76004 Source pull request: * jenkinsci/git-client-plugin#1326 Verification pull request in the git plugin: * jenkinsci/git-plugin#1796 Testing done: Automated tests pass. Rely on ci.jenkins.io for deeper testing.
6 tasks
Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 4.0.7 to 4.0.9. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](jqno/equalsverifier@equalsverifier-4.0.7...equalsverifier-4.0.9) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-version: 4.0.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 5.23 to 5.24. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-5.23...plugin-5.24) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-version: '5.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…r-4.0.9' and 'dependabot/maven/org.jenkins-ci.plugins-plugin-5.24' into replace-whatchanged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Require Jenkins 2.504.3 or newer and remove whatchanged references
Require Jenkins 2.504.3 or newer so that plugin BOM provides the git client plugin version with the update for
git whatchanged
. Follows the Jenkins guidelines for baseline version.Git 2.51 has deprecated whatchanged.
Fix a date formatting comment
Supersedes pull request:
Testing done
Confirmed that modified automated tests pass. Rely on ci.jenkins.io for complete test.
Submitter checklist