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 <[email protected]>
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: [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