File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pipeline {
32
32
options { timeout(time : 30 , unit : ' MINUTES' ) }
33
33
steps {
34
34
sh ' rm -rf ?'
35
- sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -Dbundlor.enabled=false -B'
35
+ sh ' MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -Dbundlor.enabled=false -U - B'
36
36
sh " chown -R 1001:1001 target"
37
37
}
38
38
}
@@ -68,7 +68,7 @@ pipeline {
68
68
" -Dartifactory.staging-repository=libs-snapshot-local " +
69
69
" -Dartifactory.build-name=spring-data-r2dbc " +
70
70
" -Dartifactory.build-number=${ BUILD_NUMBER} " +
71
- ' -Dmaven.test.skip=true clean deploy -B'
71
+ ' -Dmaven.test.skip=true clean deploy -U - B'
72
72
}
73
73
}
74
74
@@ -95,7 +95,7 @@ pipeline {
95
95
" -Dartifactory.username=${ ARTIFACTORY_USR} " +
96
96
" -Dartifactory.password=${ ARTIFACTORY_PSW} " +
97
97
" -Dartifactory.distribution-repository=temp-private-local " +
98
- ' -Dmaven.test.skip=true clean deploy -B'
98
+ ' -Dmaven.test.skip=true clean deploy -U - B'
99
99
}
100
100
}
101
101
}
You can’t perform that action at this time.
0 commit comments