File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ pipeline {
77
77
}
78
78
}
79
79
}
80
- stage(' Publish JDK (Java 20 ) + MongoDB 6.0' ) {
80
+ stage(' Publish JDK (Java 21 ) + MongoDB 6.0' ) {
81
81
when {
82
82
anyOf {
83
- changeset " ci/openjdk20 -mongodb-6.0/**"
83
+ changeset " ci/openjdk21 -mongodb-6.0/**"
84
84
changeset " ci/pipeline.properties"
85
85
}
86
86
}
@@ -89,7 +89,7 @@ pipeline {
89
89
90
90
steps {
91
91
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/" )
93
93
docker. withRegistry(p[' docker.registry' ], p[' docker.credentials' ]) {
94
94
image. push()
95
95
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments