You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/02/02 17:41:38 UTC

[netbeans-jenkins-lib] branch master updated: Remove alternative path for voting build artefacts.

This is an automated email from the ASF dual-hosted git repository.

neilcsmith 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 b1773b8  Remove alternative path for voting build artefacts.
     new df08c8a  Merge pull request #52 from neilcsmith-net/remove-vote-path
b1773b8 is described below

commit b1773b8f284a2d4ee4ee3c478d016ebf78bc9cd0
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Wed Feb 2 17:32:56 2022 +0000

    Remove alternative path for voting build artefacts.
---
 vars/asfMainNetBeansBuild.groovy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index b96dbe2..c593a04 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -223,9 +223,6 @@ def call(Map params = [:]) {
 
                         def clusterconfigs = [['platform','netbeans-platform'],['release','netbeans']]
 
-                        if (votecandidate) {
-                            versionpath = "${version}/vc${vote}/"
-                        }
                         doParallelClusters(clusterconfigs);
                     }
                 }

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