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
The following commit(s) were added to refs/heads/integration-tests by this push:
new 3d08023 HOP-2122
3d08023 is described below
commit 3d080231f382654ce5b70b66d3b7479d02164119
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()