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:17:42 UTC

[netbeans-jenkins-lib] branch master updated: bad name for vsnetbeans_preview branches

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 0cbc957  bad name for vsnetbeans_preview branches
0cbc957 is described below

commit 0cbc95797711bdad80d2d0871c40aef8a7dce079
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Apr 14 11:17:38 2022 +0200

    bad name for vsnetbeans_preview branches
---
 vars/asfMainNetBeansBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index c593a04..d032804 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -77,9 +77,9 @@ def call(Map params = [:]) {
 
                         if (!releaseInformation[branch]) {
                             // no branch definined in json exit build
-                            if (releaseInformation[branch.replace('vsnetbeans_previous_','release')]) {
+                            if (releaseInformation[branch.replace('vsnetbeans_preview_','release')]) {
                                 // branch is release1234
-                                branch = branch.replace('vsnetbeans_previous_','release')
+                                branch = branch.replace('vsnetbeans_preview_','release')
                             } else {
                                 // no branch definined in json exit build
                                 currentBuild.result = "FAILURE"


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