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

cdutz 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 7c9e974  Get the build working on our new VM
7c9e974 is described below

commit 7c9e974e3505b95e26e40d2b07de3a67cb6076bb
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Tue May 8 15:38:25 2018 +0200

    Get the build working on our new VM
---
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3a5b2b1..df6924d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,6 +27,9 @@ pipeline {
     }
 
     environment {
+        MAVEN_HOME=/opt/maven
+        PATH="${MAVEN_HOME}/bin:${PATH}"
+
         PLC4X_BUILD_ON_JENKINS = true
         JENKINS_PROFILE = 'jenkins-build'
         // On non master build we don't want to pollute the global m2 repo

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

Reply via email to