This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 5681431  cleanWs
5681431 is described below

commit 5681431abe7a7f3cd114c93efc655d341953c4ed
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 29 09:28:33 2018 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index b53b83b..4421a46 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -99,9 +99,9 @@ pipeline {
         unstable {
             notifyBuild("Unstable Build")
         }
-//        always {
-//            cleanWs deleteDirs: true, notFailBuild: true, patterns: 
[[pattern: '.repository', type: 'EXCLUDE']]
-//        }
+        always {
+            cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: 
'.repository', type: 'EXCLUDE']]
+        }
     }
 }
 

Reply via email to