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

commit b24311fa1d9b09d6a31284c226f2e4bba8f0564b
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed May 9 09:37:03 2018 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 1034ffb..e8bb9d4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,8 +29,8 @@ pipeline {
     environment {
         // 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}"
+        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