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 d686a2a wrong path generation
d686a2a is described below
commit d686a2aeefe30997e66979cda84c3274fe1d2744
Author: Eric Barboni <[email protected]>
AuthorDate: Sat May 30 00:32:01 2020 +0200
wrong path generation
---
vars/asfMainNetBeansBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index d003282..ba63496 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -216,7 +216,7 @@ def call(Map params = [:]) {
def clusterconfigs =
[['platform','netbeans-platform'],['release','netbeans']]
if (votecandidate) {
- versionpath = "${version}/vc${vote}"
+ versionpath = "${version}/vc${vote}/"
}
doParallelClusters(clusterconfigs);
}
---------------------------------------------------------------------
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