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 26e1a67  clean everything
26e1a67 is described below

commit 26e1a67b3ec1554aa8db77925416f6b7bd3f9f2c
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sun Dec 30 14:55:11 2018 +1000

    clean everything
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 vars/asfStandardBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 7584cbf..aeaa1b1 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: 'EXCLUDE']]
       }
       unstable {
         script{

Reply via email to