File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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 15 + MongoDB 4.4' ) {
49
+ stage(' Publish JDK 16 + MongoDB 4.4' ) {
50
50
when {
51
- changeset " ci/openjdk15 -mongodb-4.4/**"
51
+ changeset " ci/openjdk16 -mongodb-4.4/**"
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-openjdk15 -with-mongodb-4.4.4" , " ci/openjdk15 -mongodb-4.4/" )
58
+ def image = docker. build(" springci/spring-data-openjdk16 -with-mongodb-4.4.4" , " ci/openjdk16 -mongodb-4.4/" )
59
59
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
60
60
image. push()
61
61
}
@@ -151,7 +151,7 @@ pipeline {
151
151
}
152
152
}
153
153
154
- stage(" test: baseline (jdk15 )" ) {
154
+ stage(" test: baseline (jdk16 )" ) {
155
155
agent {
156
156
label ' data'
157
157
}
@@ -162,7 +162,7 @@ pipeline {
162
162
steps {
163
163
script {
164
164
docker. withRegistry(' ' , ' hub.docker.com-springbuildmaster' ) {
165
- docker. image(' springci/spring-data-openjdk15 -with-mongodb-4.4.4:latest' ). inside(' -v $HOME:/tmp/jenkins-home' ) {
165
+ docker. image(' springci/spring-data-openjdk16 -with-mongodb-4.4.4:latest' ). inside(' -v $HOME:/tmp/jenkins-home' ) {
166
166
sh ' mkdir -p /tmp/mongodb/db /tmp/mongodb/log'
167
167
sh ' mongod --setParameter transactionLifetimeLimitSeconds=90 --setParameter maxTransactionLockRequestTimeoutMillis=10000 --dbpath /tmp/mongodb/db --replSet rs0 --fork --logpath /tmp/mongodb/log/mongod.log &'
168
168
sh ' sleep 10'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments