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 46c54a2  use wildcard instead of regex
46c54a2 is described below

commit 46c54a2a51f91c2dffd0592214e487cf4516ab04
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Apr 11 18:12:14 2023 +0200

    use wildcard instead of regex
---
 jobs/netbeansnativetlp.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/netbeansnativetlp.groovy b/jobs/netbeansnativetlp.groovy
index e6dd4b1..2209e1c 100644
--- a/jobs/netbeansnativetlp.groovy
+++ b/jobs/netbeansnativetlp.groovy
@@ -26,8 +26,8 @@ organizationFolder('NetBeans/netbeans-native-TLP') {
         apiUri('https://api.github.com')
         credentialsId('ASF CI for Github PRs etc')
         traits {
-          sourceRegexFilter {
-            regex('netbeans-native*')
+          sourceWildcardFilter  {
+            includes('netbeans-native*')
           } 
         }
       }


---------------------------------------------------------------------
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