diff --git a/Jenkinsfile b/Jenkinsfile index 5bf96b1..d465480 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,6 @@ -// Builds a module using https://github.com/jenkins-infra/pipeline-library -buildPlugin(platforms: ['linux']) +buildPlugin( + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], +]) \ No newline at end of file