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/18 20:43:09 UTC

[netbeans-jenkins-lib] branch master updated: fix path var

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 350958c  fix path var
350958c is described below

commit 350958cf0ff405ba48fc805c4c32c1506800ce5f
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Feb 18 21:42:59 2020 +0100

    fix path var
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index d3d9906..be49102 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -174,7 +174,7 @@ def call(Map params = [:]) {
                                 def platformpath = "";
                                 def releasepath = "";
                                 if (votecandidate) {
-                                    versionpath = "/${version}/"vc"${vote}"
+                                    versionpath = "/${version}/vc${vote}"
                                     platformpath = "/netbeans-platform/netbeans-platform${versionpath}/"
                                     releasepath = "/netbeans/netbeans${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