This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e5d705  cleanup folder
7e5d705 is described below

commit 7e5d705f08939f24a472c3fb662039970602998a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Apr 12 13:53:25 2023 +0200

    cleanup folder
---
 jobs/netbeansnativetlp.groovy | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/jobs/netbeansnativetlp.groovy b/jobs/netbeansnativetlp.groovy
index 0faec3b..56d5ed7 100644
--- a/jobs/netbeansnativetlp.groovy
+++ b/jobs/netbeansnativetlp.groovy
@@ -35,7 +35,17 @@ organizationFolder('NetBeans/netbeans-native-TLP') {
           } 
           headRegexFilter {
            regex('master')
-          } 
+          }
+          cleanAfterCheckout {
+            extension {
+              deleteUntrackedNestedRepositories(true)
+            }
+          }
+          cleanBeforeCheckout {
+            extension {
+              deleteUntrackedNestedRepositories(true)
+            }
+          }  
         }
       }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to