diff --git a/Jenkinsfile b/Jenkinsfile index 36248761..63332299 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,5 +2,6 @@ buildPlugin(useAci: true, configurations: [ [ platform: "linux", jdk: "8" ], [ platform: "windows", jdk: "8" ], - [ platform: "linux", jdk: "11" ] -]) + [ platform: "linux", jdk: "11" , jenkins: '2.361.2'] , + [platform: 'linux', jdk: '17', jenkins: '2.375'] +]) \ No newline at end of file