File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pipeline {
108
108
109
109
steps {
110
110
script {
111
- def image = docker. build(" springci/spring-data-with-mongodb-8.0:${ p['java.next.tag']} " , " --build-arg BASE=${ p['docker.java.next.image']} --build-arg MONGODB=${ p['docker.mongodb.8.0.version']} ci/openjdk17 -mongodb-8.0/" )
111
+ def image = docker. build(" springci/spring-data-with-mongodb-8.0:${ p['java.next.tag']} " , " --build-arg BASE=${ p['docker.java.next.image']} --build-arg MONGODB=${ p['docker.mongodb.8.0.version']} ci/openjdk23 -mongodb-8.0/" )
112
112
docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
113
113
image. push()
114
114
}
@@ -244,7 +244,7 @@ pipeline {
244
244
}
245
245
}
246
246
247
- stage(" test: MongoDB 8.0 (main )" ) {
247
+ stage(" test: MongoDB 8.0 (next )" ) {
248
248
agent {
249
249
label ' data'
250
250
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments