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 2138497  fix syntax
2138497 is described below

commit 21384978c5b7b36cdc9519482ed7e8ad2c810718
Author: olivier lamy <[email protected]>
AuthorDate: Sun Dec 30 11:20:03 2018 +1000

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 89fa0e0..d425201 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,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