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/04/14 09:53:58 UTC

[netbeans-jenkins-lib] branch master updated: Update asfMainNetBeansBuild.groovy

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 71a8032  Update asfMainNetBeansBuild.groovy
71a8032 is described below

commit 71a803296dc52cbe29dfa14ee99b3637880ec49b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Apr 14 11:53:54 2022 +0200

    Update asfMainNetBeansBuild.groovy
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 9a75c60..ae5c8c4 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -213,7 +213,7 @@ def call(Map params = [:]) {
                 }
                 when {
                     allOf {
-                        expression { BRANCH_NAME ==~ /release[0-9]+/  || BRANCH_NAME ==~ /vsnetbeans_preview[0-9]+/ }
+                        expression { BRANCH_NAME ==~ /release[0-9]+/  || BRANCH_NAME ==~ /vsnetbeans_preview_[0-9]+/ }
                         //branch pattern : "release\\d+",comparator:"REGEXP" wait for modern 1.4.1
                         expression { month =='Invalid' }
                     }


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