Skip to content
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

Add Java 17 to recommended configurations #547

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Conversation

basil
Copy link
Member

@basil basil commented Dec 1, 2022

Amends #546.

@basil basil merged commit b21ed50 into jenkinsci:master Dec 2, 2022
@basil basil deleted the java17 branch December 2, 2022 01:09
@@ -6,5 +6,6 @@ buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11], // use 'docker' if you have containerized tests
[platform: 'windows', jdk: 11]
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 17]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For most plugins I would rather recommend just Linux/17 + Windows/11 so we do not waste CI time, under the assumption that it will be rare for there to be a problem which appears on Java 11 but not 17 and appears on Linux but not Windows.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can have your preference and I can have mine. I like having the Linux Java 11 configuration present because it is the common case for end users and it is fast, while Windows configurations are slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants