diff --git a/Jenkinsfile b/Jenkinsfile index b1fdfb75..4f47e0f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,8 @@ -buildPlugin() +buildPlugin(configurations: [ + [platform: 'linux', jdk: '8'], + [platform: 'linux', jdk: '11'], + [platform: 'windows', jdk: '11'], +]) node('docker') { stage('checkout') {