We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1a4d2 commit 213f0fdCopy full SHA for 213f0fd
Jenkinsfile
@@ -125,7 +125,7 @@ pipeline {
125
}
126
127
128
- stage("test: baseline (jdk15)") {
+ stage("test: baseline (jdk16)") {
129
agent {
130
label 'data'
131
@@ -136,7 +136,7 @@ pipeline {
136
steps {
137
script {
138
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
139
- 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') {
140
sh 'PROFILE=java11 ci/test.sh'
141
142
0 commit comments