File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pipeline {
77
77
}
78
78
}
79
79
}
80
- stage(' Publish JDK (Java 20 ) + MongoDB 6.0' ) {
80
+ stage(' Publish JDK (Java.next ) + MongoDB 6.0' ) {
81
81
when {
82
82
anyOf {
83
83
changeset " ci/openjdk20-mongodb-6.0/**"
@@ -115,7 +115,7 @@ pipeline {
115
115
}
116
116
}
117
117
}
118
- stage(' Publish JDK (Java 20 ) + MongoDB 7.0' ) {
118
+ stage(' Publish JDK (Java.next ) + MongoDB 7.0' ) {
119
119
when {
120
120
anyOf {
121
121
changeset " ci/openjdk20-mongodb-7.0/**"
Original file line number Diff line number Diff line change 1
1
# Java versions
2
2
java.main.tag =17.0.8_7-jdk-focal
3
- java.next.tag =21-jdk-bullseye
3
+ java.next.tag =21-jdk-jammy
4
4
5
5
# Docker container images - standard
6
6
docker.java.main.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
7
- docker.java.next.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk :${java.next.tag}
7
+ docker.java.next.image =harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin :${java.next.tag}
8
8
9
9
# Supported versions of MongoDB
10
10
docker.mongodb.4.4.version =4.4.25
You can’t perform that action at this time.
0 commit comments