File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ pipeline {
4646 }
4747 }
4848 }
49- stage(' Publish JDK 14 + MongoDB 4.2' ) {
49+ stage(' Publish JDK 15 + MongoDB 4.2' ) {
5050 when {
51- changeset " ci/openjdk14 -mongodb-4.2/**"
51+ changeset " ci/openjdk15 -mongodb-4.2/**"
5252 }
5353 agent { label ' data' }
5454 options { timeout(time : 30 , unit : ' MINUTES' ) }
5555
5656 steps {
5757 script {
58- def image = docker. build(" springci/spring-data-openjdk14 -with-mongodb-4.2.0" , " ci/openjdk14 -mongodb-4.2/" )
58+ def image = docker. build(" springci/spring-data-openjdk15 -with-mongodb-4.2.0" , " ci/openjdk15 -mongodb-4.2/" )
5959 docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
6060 image. push()
6161 }
@@ -139,10 +139,10 @@ pipeline {
139139 }
140140 }
141141
142- stage(" test: baseline (jdk14 )" ) {
142+ stage(" test: baseline (jdk15 )" ) {
143143 agent {
144144 docker {
145- image ' springci/spring-data-openjdk14 -with-mongodb-4.2.0:latest'
145+ image ' springci/spring-data-openjdk15 -with-mongodb-4.2.0:latest'
146146 label ' data'
147147 args ' -v $HOME:/tmp/jenkins-home'
148148 }
Original file line number Diff line number Diff line change 1- FROM adoptopenjdk/openjdk14 :latest
1+ FROM adoptopenjdk/openjdk15 :latest
22
33ENV TZ=Etc/UTC
44ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments