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-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a1122e  restore cleanWs:
2a1122e is described below

commit 2a1122ecf680574b58bc7fd9862c0e585116be9b
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 11:28:39 2018 +1000

    restore cleanWs:
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 60d0736..8e7f80b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
 
     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