diff --git a/Jenkinsfile b/Jenkinsfile index a391b72a..5e7561e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 21], - // TODO #341 error from parcel: [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], + // TODO #341 error from parcel: [platform: 'windows', jdk: 21], ]) diff --git a/pom.xml b/pom.xml index c966fd74..22e22217 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.jenkins-ci.plugins plugin - 5.18 + 5.28