DATAREST-1480 - Let CI builds use the it profile to run integration tests.

This commit is contained in:
Oliver Drotbohm
2020-02-11 23:54:00 +01:00
parent 2742affacc
commit d1f43013a7

2
Jenkinsfile vendored
View File

@@ -32,7 +32,7 @@ pipeline {
options { timeout(time: 30, unit: 'MINUTES') }
steps {
sh 'rm -rf ?'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean dependency:list test -Dsort -U -B'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean dependency:list test -Dsort -U -B -Pit'
}
}
}