diff --git a/Jenkinsfile b/Jenkinsfile index a3b3be0..4ebae38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ // Builds the plugin using https://github.com/jenkins-infra/pipeline-library buildPlugin(useContainerAgent: true, configurations: [ - // Test the minimum required Jenkins Version. - [ platform: 'linux', jdk: '11'], [ platform: 'windows', jdk: '17'], [ platform: 'linux', jdk: '21'] ])