You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/07/25 18:15:02 UTC

[directory-mavibot] branch master updated: Force usage of updated docker image

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-mavibot.git


The following commit(s) were added to refs/heads/master by this push:
     new 33b9f7d  Force usage of updated docker image
33b9f7d is described below

commit 33b9f7de28a73c867213a02cd38470e9ca78e10c
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Jul 25 20:14:50 2020 +0200

    Force usage of updated docker image
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0df1a07..d7f168e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -102,6 +102,7 @@ pipeline {
             docker {
               label 'ubuntu && !H28 && !H36 && !H40'
               image 'apachedirectory/maven-build:jdk-14'
+              alwaysPull true
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
           }