diff --git a/Jenkinsfile b/Jenkinsfile index 2ffb08b..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: '17' ], - [ platform: 'linux', jdk: '21' ] + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ])