Repository: logging-log4net
Updated Branches:
  refs/heads/develop 3cd1743c5 -> bb55b40c6


Jenkinsfile: net-standard export /home/jenkins instead of /home


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

Branch: refs/heads/develop
Commit: bb55b40c6e386e68b7c401ddc884f1955dfdb228
Parents: 3cd1743
Author: Dominik Psenner <[email protected]>
Authored: Wed Jul 5 20:23:56 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Wed Jul 5 20:23:56 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bb55b40c/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 7b91b3d..7cf9419 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -159,7 +159,7 @@ pipeline {
                                checkout scm
                                
                                // workaround: 
https://github.com/NuGet/Home/issues/5106
-                               sh 'export HOME=/home'
+                               sh 'export HOME=/home/jenkins'
                                
                                // compile 
                                sh 'nant compile-netstandard'

Reply via email to