Skip to content

Commit ba47e46

Browse files
committed
Jenkinsfile: use batch mode and check for updates in update site step
1 parent 77dbf06 commit ba47e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pipeline {
8888
}
8989
}
9090
steps {
91-
sh 'mvn -f releng install -P updatesite'
91+
sh 'mvn -B -U -f releng install -P updatesite'
9292
lock('download-area') {
9393
sshagent (['projects-storage.eclipse.org-bot-ssh']) {
9494
sh '''

0 commit comments

Comments
 (0)