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 cb3f192 vscode branch should be scanned too
cb3f192 is described below
commit cb3f192cddb64826a9f734341f845586b2cf4895
Author: Eric Barboni <[email protected]>
AuthorDate: Sat Oct 15 13:09:47 2022 +0200
vscode branch should be scanned too
---
jobs/netbeansreleasetlp.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs/netbeansreleasetlp.groovy b/jobs/netbeansreleasetlp.groovy
index 0d1fc20..77a1242 100755
--- a/jobs/netbeansreleasetlp.groovy
+++ b/jobs/netbeansreleasetlp.groovy
@@ -36,7 +36,7 @@ organizationFolder('NetBeans/netbeans-TLP') {
}
traits << 'jenkins.plugins.git.traits.BranchDiscoveryTrait' {}
traits << 'jenkins.scm.impl.trait.RegexSCMHeadFilterTrait' {
- regex('(master|release\\d+$)')
+ regex('(master|release\\d+$|vsnetbeans_preview_\\d+$)')
}
}
---------------------------------------------------------------------
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