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

hansva pushed a commit to branch integration-tests
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git

commit 29b282a72ca2337c5bb1f2d58a47792ba9fd33b6
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Dec 6 10:10:00 2020 +0100

    HOP-2122
---
 Jenkinsfile.daily | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index c35044a..d6bf3dc 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -42,7 +42,7 @@ pipeline {
         MAVEN_SKIP_RC = true
         dockerImage = ''
         imagename = 'hop'
-        jenkins_user = ${USER}
+        jenkins_user = "${USER}"
         jenkins_uid = sh(script: "id -u ${USER}", returnStdout: true).trim()
         jenkins_gid = sh(script: "id -g ${USER}", returnStdout: true).trim()
         jenkins_group = sh(script: "id -gn ${USER}", returnStdout: true).trim()

Reply via email to