diff --git a/Jenkinsfile b/Jenkinsfile index d88a3c1..e1725e4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,6 @@ -// Build the plugin using https://github.com/jenkins-infra/pipeline-library -buildPlugin() +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], +])