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 6759a42  clean everything
6759a42 is described below

commit 6759a427223e8ad838b4414aaf53c99ed4658084
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 14:54:37 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 e5446e5..7584cbf 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