You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/05/25 13:29:34 UTC

[netbeans-jenkins-lib] branch master updated: remonving parenthesis

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 ffcc2bc  remonving parenthesis
ffcc2bc is described below

commit ffcc2bc6737d4718b3b014c4049cda20e4d17b56
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed May 25 15:29:30 2022 +0200

    remonving parenthesis
---
 jobs/netbeansreleasetlp.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/netbeansreleasetlp.groovy b/jobs/netbeansreleasetlp.groovy
index 8884c9d..0d1fc20 100755
--- a/jobs/netbeansreleasetlp.groovy
+++ b/jobs/netbeansreleasetlp.groovy
@@ -44,7 +44,7 @@ organizationFolder('NetBeans/netbeans-TLP') {
             buildNamedBranches {
                 filters {
                     regex {
-                        regex('(master|release\\d+$|vsnetbeans_preview_\\d+$))')
+                        regex('(master|release\\d+$|vsnetbeans_preview_\\d+$)')
                         caseSensitive(false)
                     }
                 }


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

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