Repository: logging-log4net
Updated Branches:
  refs/heads/develop bb55b40c6 -> 1beaeae04
  refs/heads/feature/RollingFileAppender-NG e33ab6cfc -> d75498efc


Jenkinsfile: try to update home so that dotnet picks it up


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e92379fd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e92379fd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e92379fd

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: e92379fd411663a5485498a12fa7f35539ffa804
Parents: f94cef1
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sat Jul 8 22:50:55 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sat Jul 8 22:50:55 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e92379fd/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 67dd969..143ae09 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -164,8 +164,11 @@ pipeline {
                                        reuseNode true
                                }
                        }
+                       environment {
+                               HOME="$(pwd)"
+                       }
                        steps {
-                               sh 'export HOME=`pwd`'
+                               sh 'echo "home=$HOME"'
                                checkout scm
                                
                                // compile 

Reply via email to