Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 3ebbf9e06 -> 76bc3b6c5


Jenkinsfile: clear workspace when building on docker containers


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

Branch: refs/heads/feature/cd-pipeline
Commit: 76bc3b6c55a0a7b2a76b57f4d8e6e424fcdae102
Parents: 3ebbf9e
Author: Dominik Psenner <[email protected]>
Authored: Wed Jul 5 18:24:29 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Wed Jul 5 18:24:29 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/76bc3b6c/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 7dc4ce5..a5f5779 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -115,6 +115,7 @@ pipeline {
                                }
                        }
                        steps {
+                               deleteDir()
                                checkout scm
                                sh "nant -t:mono-2.0 -buildfile:log4net.build 
compile-mono-2.0"
                                stash includes: 'bin/**/*.*', name: 
'mono-2.0-assemblies'
@@ -131,6 +132,7 @@ pipeline {
                                }
                        }
                        steps {
+                               deleteDir()
                                checkout scm
                                sh "nant -t:mono-3.5 -buildfile:log4net.build 
compile-mono-3.5"
                                stash includes: 'bin/**/*.*', name: 
'mono-3.5-assemblies'
@@ -147,6 +149,7 @@ pipeline {
                                }
                        }
                        steps {
+                               deleteDir()
                                checkout scm
                                sh "nant -t:mono-4.0 -buildfile:log4net.build 
compile-mono-4.0"
                                stash includes: 'bin/**/*.*', name: 
'mono-4.0-assemblies'
@@ -162,6 +165,7 @@ pipeline {
                                }
                        }
                        steps {
+                               deleteDir()
                                checkout scm
                                
                                // workaround: 
https://github.com/NuGet/Home/issues/5106

Reply via email to