grhhh I missed to get rid of this one...

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2018-04-21 16:55:18 +10:00
parent 7912a55dec
commit e504085b57
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -91,7 +91,7 @@ def getFullBuild(jdk, os) {
globalMavenSettingsConfig: settingsName,
mavenLocalRepo: localRepo) {
//
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -Prun-its -T3 -e -Dmaven.repo.local=${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER} -Pmongodb"
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -Prun-its -T3 -e -Pmongodb"
}
// withMaven doesn't label..
// Report failures in the jenkins UI