builder-netstandard: put customWorkspace inside dockerfile

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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 5345774773b5b217b388a239ac656a8cdcd741a8
Parents: f030e34
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Jul 9 13:14:46 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Jul 9 13:14:46 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/53457747/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 8c5a131..3b77122 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,10 +38,10 @@ pipeline {
                // builds
                stage('build netstandard') {
                        agent {
-                               customWorkspace '/home/jenkins'
                                dockerfile {
                                        dir 
'buildtools/docker/builder-netstandard'
                                        reuseNode true
+                                       customWorkspace '/home/jenkins'
                                }
                        }
                        steps {

Reply via email to