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 {
3232 options { timeout(time : 30 , unit : ' MINUTES' ) }
3333 steps {
3434 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'
3636 sh " chown -R 1001:1001 target"
3737 }
3838 }
@@ -68,7 +68,7 @@ pipeline {
6868 " -Dartifactory.staging-repository=libs-snapshot-local " +
6969 " -Dartifactory.build-name=spring-data-r2dbc " +
7070 " -Dartifactory.build-number=${ BUILD_NUMBER} " +
71- ' -Dmaven.test.skip=true clean deploy -B'
71+ ' -Dmaven.test.skip=true clean deploy -U - B'
7272 }
7373 }
7474
@@ -95,7 +95,7 @@ pipeline {
9595 " -Dartifactory.username=${ ARTIFACTORY_USR} " +
9696 " -Dartifactory.password=${ ARTIFACTORY_PSW} " +
9797 " -Dartifactory.distribution-repository=temp-private-local " +
98- ' -Dmaven.test.skip=true clean deploy -B'
98+ ' -Dmaven.test.skip=true clean deploy -U - B'
9999 }
100100 }
101101 }
You can’t perform that action at this time.
0 commit comments