builder-netstandard: it builds! Clean up jenkinsfile..
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/f657526c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/f657526c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/f657526c Branch: refs/heads/develop Commit: f657526cdd72dd22e1a44e70bf3ff67c6a0850b2 Parents: 317b1ce Author: Dominik Psenner <[email protected]> Authored: Sun Jul 9 17:15:51 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Sun Jul 9 17:15:51 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/f657526c/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 51324b2..df9c3d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,12 +47,6 @@ pipeline { WORKSPACE = '/var/workspaces/jenkins' } steps { - sh 'cd $WORKSPACE' - sh 'export HOME=`pwd`' - sh 'echo home=$HOME' - sh 'echo user=$USER' - sh 'cat /etc/passwd' - checkout scm // compile
