Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 3d0d4247f -> c2922f373
Jenkinsfile: export PACKAGEHOME variable Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c2922f37 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c2922f37 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c2922f37 Branch: refs/heads/feature/cd-pipeline Commit: c2922f3735c45b036f501a515152addd98f204a2 Parents: 3d0d424 Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 00:40:59 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 00:40:59 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c2922f37/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 5ab64db..d29573d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -165,6 +165,7 @@ pipeline { } } steps { + sh "export PACKAGEHOME=$(pwd)/.nuget/" sh "rm -rf bin/ tests/" checkout scm
