Skip to content

Commit 97e4218

Browse files
authored
Merge pull request #302 from MarkEWaite/disable-java-17-in-ci
Disable Java 17 in CI
2 parents c4e0bab + 20a663c commit 97e4218

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Jenkinsfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Builds a module using https://github.com/jenkins-infra/pipeline-library
2-
buildPlugin(useAci: true, configurations: [
3-
[ platform: "linux", jdk: "8" ],
4-
[ platform: "windows", jdk: "8" ],
5-
[ platform: "linux", jdk: "11" , jenkins: '2.361.2'] ,
6-
[platform: 'linux', jdk: '17', jenkins: '2.375']
7-
])
2+
buildPlugin(useContainerAgent: true, configurations: [
3+
[ platform: 'linux', jdk: '8' ],
4+
[ platform: 'windows', jdk: '8' ],
5+
[ platform: 'linux', jdk: '11' , jenkins: '2.361.2'],
6+
// [ platform: 'linux', jdk: '17', jenkins: '2.375']
7+
])

0 commit comments

Comments
 (0)