Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline ca4eddd2e -> c21ad2d00
Jenkinsfile: export instead of set Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/c21ad2d0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/c21ad2d0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/c21ad2d0 Branch: refs/heads/feature/cd-pipeline Commit: c21ad2d00a8b035866a6264f8c81bc682bbe9396 Parents: ca4eddd Author: Dominik Psenner <[email protected]> Authored: Thu Jul 6 00:04:26 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Thu Jul 6 00:04:26 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c21ad2d0/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 410a9ff..65bc527 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -166,7 +166,7 @@ pipeline { } steps { // workaround: https://github.com/NuGet/Home/issues/5106 - sh 'set HOME=$(pwd)' + sh 'export HOME=$(pwd)' sh "rm -rf bin/ tests/" checkout scm
