Skip to content

Commit

Permalink
Merge pull request #21 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Update parent POM, test with Java 21
  • Loading branch information
jtnord committed Oct 23, 2023
2 parents 8f3727d + 20a54e8 commit 5c44dc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 17],
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/node-iterator-api-plugin</gitHubRepo>
<jenkins.version>2.361.1</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
</properties>

<licenses>
Expand Down

0 comments on commit 5c44dc3

Please sign in to comment.