Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

buildPlugin(failFast: false,
configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8'],
[platform: 'linux', jdk: '11', jenkins: '2.342'],
Copy link
Member

Choose a reason for hiding this comment

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

Did you mean

Suggested change
[platform: 'linux', jdk: '11', jenkins: '2.342'],
[platform: 'linux', jdk: '17', jenkins: '2.342'],

?

On the mailing list you posted a stack trace from CliGitSCMTriggerLocalPollTest but of course that is not visible in CI because you are not actually running Java 17.

Copy link
Contributor Author

@MarkEWaite MarkEWaite Apr 6, 2022

Choose a reason for hiding this comment

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

Thanks for catching that. Made the same change in multiple repositories and failed to finish the job in this one.

Fixed the mistake in c8e4e1f

[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '8'],
])