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

commit e6a2dbfc8973ec2fe023e9b9830fbc5f4b74b521
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed May 9 09:44:56 2018 +0200

    Some more work on getting the new build agent working.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e8bb9d4..11ec8b6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
         // 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}'
+        PATH = '${MAVEN_HOME}/bin:${env.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