diff --git a/Jenkinsfile b/Jenkinsfile index a229fa5..74e41cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,5 @@ -buildPlugin() +buildPlugin(configurations: [ + [platform: 'linux', jdk: '8'], + [platform: 'linux', jdk: '11'], + [platform: 'windows', jdk: '11'] +])