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 8b93872  try different clean
8b93872 is described below

commit 8b93872ffcbbb032aaeafb261d49b75f0f3f4d02
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:04:00 2018 +1000

    try different clean
    
    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 7483dcd..9688967 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -54,7 +54,7 @@ def call(Map params = [:]) {
     }
     post {
       always {
-        cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: 
'.repository', type: 'INCLUDE']]
+        cleanWs deleteDirs: true, notFailBuild: true, patterns: [[pattern: 
'**/.repository/**', type: 'INCLUDE']]
       }
       unstable {
         script{

Reply via email to