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 9b3d90f regex changes
9b3d90f is described below
commit 9b3d90f9d41d454239c0d10069b89d631456cf17
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 6 16:37:09 2023 +0200
regex changes
---
jobs/netbeansreleasetlp.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/netbeansreleasetlp.groovy b/jobs/netbeansreleasetlp.groovy
index b5dd545..2040ab9 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+$|vsnetbeans_\\d+$)')
caseSensitive(false)
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists