Skip to content

Commit f469d79

Browse files
committed
Modify the Jenkins CI configuration to run the SD Cassandra Maven build with the 'testcontainers-cassandra' profile.
Resolves spring-projectsgh-1170.
1 parent 3254936 commit f469d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
docker.image('springci/spring-data-openjdk17-cassandra-3.11:latest').inside('-v $HOME:/tmp/jenkins-home') {
5454
sh 'mkdir -p /tmp/jenkins-home'
5555
sh 'JAVA_HOME=/opt/java/openjdk /opt/cassandra/bin/cassandra -R &'
56-
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,external-cassandra clean dependency:list verify -Dsort -U -B'
56+
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -P testcontainers-cassandra -s settings.xml -Pci,external-cassandra clean dependency:list verify -Dsort -U -B'
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)