Skip to content

Commit 18b4594

Browse files
committed
DATAREST-1563 - Use JDK 15 for CI jobs.
1 parent c3579bd commit 18b4594

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ pipeline {
6666
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean dependency:list test -Dsort -U -B -Pit,java11'
6767
}
6868
}
69-
stage("test: baseline (jdk14)") {
69+
stage("test: baseline (jdk15)") {
7070
agent {
7171
docker {
72-
image 'springci/spring-data-openjdk14-with-mongodb-4.2.0:latest'
72+
image 'springci/spring-data-openjdk15-with-mongodb-4.2.0:latest'
7373
label 'data'
7474
args '-v $HOME:/tmp/jenkins-home'
7575
}
@@ -104,10 +104,10 @@ pipeline {
104104
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean dependency:list test -Dsort -U -B -Pit,spring53-next'
105105
}
106106
}
107-
stage("test: spring53-next (jdk14)") {
107+
stage("test: spring53-next (jdk15)") {
108108
agent {
109109
docker {
110-
image 'springci/spring-data-openjdk14-with-mongodb-4.2.0:latest'
110+
image 'springci/spring-data-openjdk15-with-mongodb-4.2.0:latest'
111111
label 'data'
112112
args '-v $HOME:/tmp/jenkins-home'
113113
}

0 commit comments

Comments
 (0)