Skip to content

Commit c9b8bb7

Browse files
committed
Upgrade MongoDB + JDK 21 container.
See #4479
1 parent a97bdf6 commit c9b8bb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ pipeline {
7777
}
7878
}
7979
}
80-
stage('Publish JDK (Java 20) + MongoDB 6.0') {
80+
stage('Publish JDK (Java 21) + MongoDB 6.0') {
8181
when {
8282
anyOf {
83-
changeset "ci/openjdk20-mongodb-6.0/**"
83+
changeset "ci/openjdk21-mongodb-6.0/**"
8484
changeset "ci/pipeline.properties"
8585
}
8686
}
@@ -89,7 +89,7 @@ pipeline {
8989

9090
steps {
9191
script {
92-
def image = docker.build("springci/spring-data-with-mongodb-6.0:${p['java.next.tag']}", "--build-arg BASE=${p['docker.java.next.image']} --build-arg MONGODB=${p['docker.mongodb.6.0.version']} ci/openjdk20-mongodb-6.0/")
92+
def image = docker.build("springci/spring-data-with-mongodb-6.0:${p['java.next.tag']}", "--build-arg BASE=${p['docker.java.next.image']} --build-arg MONGODB=${p['docker.mongodb.6.0.version']} ci/openjdk21-mongodb-6.0/")
9393
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
9494
image.push()
9595
}
File renamed without changes.

0 commit comments

Comments
 (0)