diff --git a/Jenkinsfile b/Jenkinsfile index 48bf230..da4e083 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,7 @@ -buildPlugin() \ No newline at end of file +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 11], + [platform: 'windows', jdk: 11], + ], +) \ No newline at end of file