Skip to content

Commit 38b9982

Browse files
committed
Update Jenkinsfile
1 parent 19ec559 commit 38b9982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
buildPlugin(platforms: [
2-
'linux',
3-
'maven-windows' // 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.
1+
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.
44
])

0 commit comments

Comments
 (0)