Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline ba6bf63be -> 4da86287a


Jenkinsfile: cleanup workspace when done


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

Branch: refs/heads/feature/cd-pipeline
Commit: 4da86287a8a8c07bfe536ca8baa6b85337934b0c
Parents: ba6bf63
Author: Dominik Psenner <[email protected]>
Authored: Mon Jul 3 20:23:45 2017 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Mon Jul 3 20:23:45 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4da86287/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5316466..ef6337a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -175,6 +175,9 @@ pipeline {
                }
        }
        post {
+               always {
+                       step([$class: 'WsCleanup'])
+               }
                failure {
                        step([$class: 'Mailer', notifyEveryUnstableBuild: 
false, recipients: '[email protected]'])
                }

Reply via email to