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 e16bd1c  wrong check
e16bd1c is described below

commit e16bd1c359435a48e995c2054ba52f949efdb829
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Mar 12 00:28:11 2020 +0100

    wrong check
---
 vars/asfMainNetBeansBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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

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

Reply via email to