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 <[email protected]>
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: [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