File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ pipeline {
46
46
}
47
47
}
48
48
}
49
- stage(' Publish JDK 13 + MongoDB 4.2' ) {
49
+ stage(' Publish JDK 14 + MongoDB 4.2' ) {
50
50
when {
51
- changeset " ci/openjdk13 -mongodb-4.2/**"
51
+ changeset " ci/openjdk14 -mongodb-4.2/**"
52
52
}
53
53
agent { label ' data' }
54
54
options { timeout(time : 30 , unit : ' MINUTES' ) }
55
55
56
56
steps {
57
57
script {
58
- def image = docker. build(" springci/spring-data-openjdk13 -with-mongodb-4.2.0" , " ci/openjdk13 -mongodb-4.2/" )
58
+ def image = docker. build(" springci/spring-data-openjdk14 -with-mongodb-4.2.0" , " ci/openjdk14 -mongodb-4.2/" )
59
59
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
60
60
image. push()
61
61
}
@@ -139,10 +139,10 @@ pipeline {
139
139
}
140
140
}
141
141
142
- stage(" test: baseline (jdk13 )" ) {
142
+ stage(" test: baseline (jdk14 )" ) {
143
143
agent {
144
144
docker {
145
- image ' springci/spring-data-openjdk13 -with-mongodb-4.2.0:latest'
145
+ image ' springci/spring-data-openjdk14 -with-mongodb-4.2.0:latest'
146
146
label ' data'
147
147
args ' -v $HOME:/tmp/jenkins-home'
148
148
}
Original file line number Diff line number Diff line change 1
- FROM adoptopenjdk/openjdk13 :latest
1
+ FROM adoptopenjdk/openjdk14 :latest
2
2
3
3
ENV TZ=Etc/UTC
4
4
ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments