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 2019/04/13 20:51:44 UTC

[directory-ldap-api] branch master updated: Fix m2 repo mount

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-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new f87ca9c  Fix m2 repo mount
f87ca9c is described below

commit f87ca9c00b0837997280f78b52f0fb59200e9209
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Apr 13 22:51:30 2019 +0200

    Fix m2 repo mount
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0658362..7575e9c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,7 +57,7 @@ pipeline {
             docker {
               label 'ubuntu'
               image 'apachedirectory/maven-build:jdk-8'
-              args '-v $HOME/.m2:/home/user/.m2'
+              args '-v $HOME/.m2:/var/maven/.m2'
             }
           }
           steps {