diff --git a/Jenkinsfile b/Jenkinsfile index 22a78e9b..64fce02c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,12 @@ +/* + See the documentation for more options: + +https://github.com/jenkins-infra/pipeline-library/ + +*/ buildPlugin( - useContainerAgent: true, + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ])