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

commit 81fd9d26c289967817b61a6977a361442b061205
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed May 9 09:54:22 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 e964d57..0ea8ecb 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:${env.PATH}'
+        PATH = "${MAVEN_HOME}/bin:${env.PATH}"
 
         PLC4X_BUILD_ON_JENKINS = true
         JENKINS_PROFILE = 'jenkins-build'
@@ -57,7 +57,7 @@ pipeline {
         stage('Initialization') {
             steps {
                 echo 'Building Branch: ' + env.BRANCH_NAME
-                echo 'Using PATH = ' + env.PATH + ' / ${PATH}'
+                echo 'Using PATH = ' + env.PATH + ' (' + PATH + ')'
             }
         }
 

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

Reply via email to