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 e3f0690  Some more work on getting the new build agent working.
e3f0690 is described below

commit e3f0690a22eef7ef8f377165b5ddac5150b43e3a
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed May 9 09:34:54 2018 +0200

    Some more work on getting the new build agent working.
---
 Jenkinsfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9c17ad2..1034ffb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,8 +27,10 @@ pipeline {
     }
 
     environment {
-        //MAVEN_HOME=/opt/maven
-        //PATH="${MAVEN_HOME}/bin:${PATH}"
+        // It seems the login the jenkins slave uses, doesn't pick up the 
environment changes,
+        // so we have to try to manually add theme here.
+        MAVEN_HOME=/opt/maven
+        PATH="${MAVEN_HOME}/bin:${PATH}"
 
         PLC4X_BUILD_ON_JENKINS = true
         JENKINS_PROFILE = 'jenkins-build'

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

Reply via email to