diff --git a/Jenkinsfile b/Jenkinsfile index 5846069..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ [platform: 'linux', jdk: 21], - [platform: 'linux', jdk: 11], [platform: 'windows', jdk: 17], ])