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

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 8360582  fixed problem with missing variable
8360582 is described below

commit 8360582787b39af452333fc1c1e89730cfc494ea
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Feb 22 13:00:50 2018 +0100

    fixed problem with missing variable
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0508652..a639d88 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -95,7 +95,7 @@ pipeline {
             }
             steps {
                 echo 'Staging Site'
-                sh "mvn -Pjenkins-build ${mavenLocalRepo} site:stage"
+                sh "mvn -Pjenkins-build -Dmaven.repo.local=.repository 
site:stage"
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to