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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to