DATAREDIS-1380 - Polishing.

This commit is contained in:
Greg Turnquist
2019-06-21 16:16:34 -05:00
parent c8a61c31fa
commit 528090c2bb

4
Jenkinsfile vendored
View File

@@ -40,7 +40,7 @@ pipeline {
}
}
steps {
sh 'rm -rf \\?'
sh 'rm -rf ?'
// Create link to directory with Redis binaries
sh 'ln -sf /work'
@@ -81,6 +81,7 @@ pipeline {
}
steps {
sh 'rm -rf ?'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-data-maven-repository" ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B'
}
}
@@ -101,6 +102,7 @@ pipeline {
}
steps {
sh 'rm -rf ?'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-data-maven-repository" ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B'
}
}