diff --git a/Jenkinsfile b/Jenkinsfile index 35200166b..b5df19e38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: '8'], - //[platform: 'windows', jdk: '8'], Windows seems to be having infra issues re-add it later [platform: 'linux', jdk: '11'], - [ platform: 'linux', jdk: '17', jenkins: '2.342' ], + [ platform: 'linux', jdk: '17' ], ])