File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments