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

commit 824526010e2fb35632f25c651f62e65e65255e85
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 15:18:58 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 9729db7..1ca7cc9 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