Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline fb9564a8e -> 02121d361
Jenkinsfile: added args to the builder-netstandard instead of environment variables Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/02121d36 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/02121d36 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/02121d36 Branch: refs/heads/feature/cd-pipeline Commit: 02121d3610696fbc9bc8c2d0cced9bc899a7dc86 Parents: fb9564a Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 21:28:16 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Jul 5 21:28:16 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/02121d36/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 12545cb..c731e67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -162,13 +162,11 @@ pipeline { dockerfile { dir 'buildtools/docker/builder-netstandard' reuseNode true + + // workaround: https://github.com/NuGet/Home/issues/5106 + args '-e HOME=/home/jenkins -e USER=jenkins' } } - environment { - // workaround: https://github.com/NuGet/Home/issues/5106 - HOME = "/home/jenkins" - USER = "jenkins" - } steps { sh "rm -rf bin/ tests/" checkout scm
