Skip to content

Commit 74606f2

Browse files
committed
DATACASS-835 - Drop JDK 15 test job.
1 parent e8014f9 commit 74606f2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Jenkinsfile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,6 @@ pipeline {
9898
}
9999
}
100100
}
101-
stage("test: baseline (jdk15)") {
102-
agent {
103-
label 'data'
104-
}
105-
options { timeout(time: 30, unit: 'MINUTES') }
106-
steps {
107-
script {
108-
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
109-
docker.image('springci/spring-data-openjdk15-8-cassandra-3.11:latest').inside('-v $HOME:/tmp/jenkins-home') {
110-
sh 'mkdir -p /tmp/jenkins-home'
111-
sh 'JAVA_HOME=/opt/java/openjdk8 /opt/cassandra/bin/cassandra -R &'
112-
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,external-cassandra,java11 clean dependency:list verify -Dsort -U -B'
113-
}
114-
}
115-
}
116-
}
117-
}
118101
}
119102
}
120103
stage('Release to artifactory') {

0 commit comments

Comments
 (0)