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

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


The following commit(s) were added to refs/heads/master by this push:
     new f530c7e  clean everything
f530c7e is described below

commit f530c7eebb1861c6b318bf2b742f8c32fdc54395
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 14:56:34 2018 +1000

    clean everything
    
    Signed-off-by: olivier lamy <[email protected]>
---
 vars/asfStandardBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index aeaa1b1..0238497 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -53,7 +53,7 @@ def call(Map params = [:]) {
     }
     post {
       always {
-        cleanWs() // deleteDirs: true, notFailBuild: true, patterns: 
[[pattern: '.repository', type: 'EXCLUDE']]
+        cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: 
'.repository', type: 'INCLUDE']]
       }
       unstable {
         script{

Reply via email to