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