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 2020/02/25 08:40:33 UTC

[netbeans-jenkins-lib] branch master updated: fix build

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 35b9004  fix build
35b9004 is described below

commit 35b9004d200f259520957d7c75c7a4ca4888ebc7
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Feb 25 09:40:26 2020 +0100

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

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 6001e8d..5f857d7 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -171,8 +171,8 @@ def call(Map params = [:]) {
                                 
                                 // create dist folder and content
                                 def versionpath = "";
-                                def platformpath = "";
-                                def releasepath = "";
+                                def platformpath = "/";
+                                def releasepath = "/";
                                 if (votecandidate) {
                                     versionpath = "/${version}/vc${vote}"
                                     platformpath = "/netbeans-platform${versionpath}/"


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