Skip to content

Commit 3a6fa19

Browse files
committed
DATAREDIS-1380 - Force check for updates.
1 parent a2303f1 commit 3a6fa19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pipeline {
5858
sh 'make start'
5959

6060
// 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'
6262

6363
// Capture resulting exit code from maven (pass/fail)
6464
sh 'RESULT=\$?'
@@ -100,7 +100,7 @@ pipeline {
100100
"-Dartifactory.staging-repository=libs-snapshot-local " +
101101
"-Dartifactory.build-name=spring-data-redis-2.1 " +
102102
"-Dartifactory.build-number=${BUILD_NUMBER} " +
103-
'-Dmaven.test.skip=true clean deploy -B'
103+
'-Dmaven.test.skip=true clean deploy -U -B'
104104
}
105105
}
106106

@@ -129,7 +129,7 @@ pipeline {
129129
"-Dartifactory.staging-repository=libs-snapshot-local " +
130130
"-Dartifactory.build-name=spring-data-redis-2.1 " +
131131
"-Dartifactory.build-number=${BUILD_NUMBER} " +
132-
'-Dmaven.test.skip=true clean deploy -B'
132+
'-Dmaven.test.skip=true clean deploy -U -B'
133133
}
134134
}
135135
}

0 commit comments

Comments
 (0)