diff --git a/Jenkinsfile b/Jenkinsfile index eeb82d6..88d5cc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,6 @@ */ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: '8'], [platform: 'linux', jdk: '11'], - [platform: 'windows', jdk: '8'], [platform: 'windows', jdk: '11'] ]) \ No newline at end of file