File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pipeline {
58
58
sh ' make start'
59
59
60
60
// Execute maven test
61
- sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean test -DrunLongTests=true -B'
61
+ sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean test -DrunLongTests=true -U - B'
62
62
63
63
// Capture resulting exit code from maven (pass/fail)
64
64
sh ' RESULT=\$ ?'
@@ -100,7 +100,7 @@ pipeline {
100
100
" -Dartifactory.staging-repository=libs-snapshot-local " +
101
101
" -Dartifactory.build-name=spring-data-redis-2.1 " +
102
102
" -Dartifactory.build-number=${ BUILD_NUMBER} " +
103
- ' -Dmaven.test.skip=true clean deploy -B'
103
+ ' -Dmaven.test.skip=true clean deploy -U - B'
104
104
}
105
105
}
106
106
@@ -129,7 +129,7 @@ pipeline {
129
129
" -Dartifactory.staging-repository=libs-snapshot-local " +
130
130
" -Dartifactory.build-name=spring-data-redis-2.1 " +
131
131
" -Dartifactory.build-number=${ BUILD_NUMBER} " +
132
- ' -Dmaven.test.skip=true clean deploy -B'
132
+ ' -Dmaven.test.skip=true clean deploy -U - B'
133
133
}
134
134
}
135
135
}
You can’t perform that action at this time.
0 commit comments