Skip to content

Commit dc3cf13

Browse files
authored
Merge pull request jenkinsci#306 from MarkEWaite/test-with-java-21
Test with Java 21
2 parents 950f589 + 74d32d3 commit dc3cf13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: false, configurations: [
2-
[platform: 'linux', jdk: 17],
3-
[platform: 'maven-11-windows', jdk: 11] // TODO Docker-based tests fail when using Docker on Windows. The maven-windows agents do not have Docker installed so tests that require Docker are skipped.
2+
[platform: 'linux', jdk: 21],
3+
[platform: 'maven-17-windows', jdk: 17] // TODO Docker-based tests fail when using Docker on Windows. The maven-windows agents do not have Docker installed so tests that require Docker are skipped.
44
])

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.72</version>
7+
<version>4.74</version>
88
<relativePath />
99
</parent>
1010
<artifactId>docker-workflow</artifactId>

0 commit comments

Comments
 (0)