Skip to content

Commit 6cd08ac

Browse files
committed
#121 - Force check for updates.
1 parent da8a7b3 commit 6cd08ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)