Merged
Conversation
Added a comment explaining the Java version compatibility with older Jenkins versions. Whilst you can run the ATH against a LTS Jenkins using java17 by setting JENKINS_JAVA_HOME it is more cumbersome to do and as we are not using any java21 byte code for the moment and default to using the same JDK to run Jenkins as we do for the ATH maintaining 17 until the April 2026 LTS it picked up makes life easier
gbhat618
approved these changes
Jan 16, 2026
timja
approved these changes
Jan 16, 2026
jglick
approved these changes
Jan 16, 2026
Member
jglick
left a comment
There was a problem hiding this comment.
Maybe jenkinsci/pom#781 should just be reverted?
MarkEWaite
approved these changes
Jan 17, 2026
NotMyFault
approved these changes
Jan 17, 2026
Member
|
Member
Author
most likely caused by |
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
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.
Whilst you can run the ATH against a LTS Jenkins using java17 by setting JENKINS_JAVA_HOME it is more cumbersome to do and as we are not using any java21 byte code for the moment and default to using the same JDK to run Jenkins as we do for the ATH maintaining 17 until the April 2026 LTS it picked up makes life easier.
Users running against a weekly (or an LTS) are always free to use Java21 (or 25 if that is compile this and run the tests with a Jenkins using the same JVM)
amends: #2571
caused by jenkinsci/jenkins#26018
Testing done
Submitter checklist