Skip to content

Commit b8ae9b4

Browse files
authored
switch other config from jdk 16 to 17.
Original Pull Request #1944 Closes #1942
1 parent 53581a9 commit b8ae9b4

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
@@ -74,7 +74,7 @@ pipeline {
7474
}
7575
}
7676

77-
stage("test: baseline (jdk16)") {
77+
stage("test: baseline (jdk17)") {
7878
agent {
7979
label 'data'
8080
}
@@ -88,7 +88,7 @@ pipeline {
8888
steps {
8989
script {
9090
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
91-
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') {
91+
docker.image('openjdk:17-bullseye').inside('-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home') {
9292
sh "docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}"
9393
sh 'PROFILE=java11 ci/verify.sh'
9494
sh "ci/clean.sh"

0 commit comments

Comments
 (0)