From f71a2e2dfe7061f0757fd7078c44883c88f2ae0f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Oct 2023 08:30:02 +0200 Subject: [PATCH] Update Java.next CI config. See #4507 --- Jenkinsfile | 4 ++-- ci/pipeline.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e386e270f..3a1f9728c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { } } } - stage('Publish JDK (Java 20) + MongoDB 6.0') { + stage('Publish JDK (Java.next) + MongoDB 6.0') { when { anyOf { changeset "ci/openjdk20-mongodb-6.0/**" @@ -115,7 +115,7 @@ pipeline { } } } - stage('Publish JDK (Java 20) + MongoDB 7.0') { + stage('Publish JDK (Java.next) + MongoDB 7.0') { when { anyOf { changeset "ci/openjdk20-mongodb-7.0/**" diff --git a/ci/pipeline.properties b/ci/pipeline.properties index afea58c5a..1b8e56c0a 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -1,10 +1,10 @@ # Java versions java.main.tag=17.0.8_7-jdk-focal -java.next.tag=21-jdk-bullseye +java.next.tag=21-jdk-jammy # Docker container images - standard docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag} -docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk:${java.next.tag} +docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag} # Supported versions of MongoDB docker.mongodb.4.4.version=4.4.25