Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 6045e5e86 -> 71bd56ba3


builder-netstandard: ...


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

Branch: refs/heads/feature/cd-pipeline
Commit: 71bd56ba3fc6c73054cc0e31d62070a5805b8e1a
Parents: 6045e5e
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Jul 9 16:07:17 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Jul 9 16:07:17 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/71bd56ba/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index dc19dbf..bd07758 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,26 +41,23 @@ pipeline {
                                node {
                                        label {
                                                dockerfile {
-                                                       dir 
'buildtools/docker/builder-netstandard'
-                                                       reuseNode true
+                                                       dir 
'/home/jenkins/workspace/buildtools/docker/builder-netstandard'
                                                }
                                        }
+                                       customWorkspace 
'/home/jenkins/workspace'
                                }
                        }
-                       node {
-                               customWorkspace '/home/jenkins/workspace'
-                               steps {
-                                       sh 'export HOME=`pwd`'
-                                       sh 'echo home=$HOME'
-                                       sh 'echo user=$USER'
-                                       sh 'cat /etc/passwd'
-       
-                                       checkout scm
-                                       
-                                       // compile 
-                                       sh 'nant compile-netstandard'
-                                       stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
-                               }
+                       steps {
+                               sh 'export HOME=`pwd`'
+                               sh 'echo home=$HOME'
+                               sh 'echo user=$USER'
+                               sh 'cat /etc/passwd'
+
+                               checkout scm
+
+                               // compile 
+                               sh 'nant compile-netstandard'
+                               stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
                        }
                }
                stage('build net-3.5') {

Reply via email to