Skip to content

Commit 7cf4246

Browse files
authored
update Jenkinsfile
Original Pull Request #1739 Closes #1733
1 parent a3e87a8 commit 7cf4246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pipeline {
7272
}
7373
}
7474

75-
stage("test: baseline (jdk15)") {
75+
stage("test: baseline (jdk16)") {
7676
agent {
7777
label 'data'
7878
}
@@ -85,7 +85,7 @@ pipeline {
8585
steps {
8686
script {
8787
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
88-
docker.image('adoptopenjdk/openjdk15:latest').inside('-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home') {
88+
docker.image('adoptopenjdk/openjdk16:latest').inside('-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home') {
8989
sh "docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}"
9090
sh 'PROFILE=java11 ci/verify.sh'
9191
sh "ci/clean.sh"

0 commit comments

Comments
 (0)