diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..8e666b01 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,6 @@ +buildPlugin( + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], +])