Polishing.

See #2008.
This commit is contained in:
Greg L. Turnquist
2021-05-13 16:03:58 -05:00
parent 3b1a4d2064
commit 213f0fd6c3

4
Jenkinsfile vendored
View File

@@ -125,7 +125,7 @@ pipeline {
}
}
}
stage("test: baseline (jdk15)") {
stage("test: baseline (jdk16)") {
agent {
label 'data'
}
@@ -136,7 +136,7 @@ pipeline {
steps {
script {
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
docker.image('springci/spring-data-openjdk15-with-redis-6.2:latest').inside('-v $HOME:/tmp/jenkins-home') {
docker.image('springci/spring-data-openjdk16-with-redis-6.2:latest').inside('-v $HOME:/tmp/jenkins-home') {
sh 'PROFILE=java11 ci/test.sh'
}
}