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 608c10b missplaced archiveartifacts
608c10b is described below
commit 608c10b7aab4228f94b7ec32ef4043df8d65d60d
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 14 20:11:36 2022 +0200
missplaced archiveartifacts
---
vars/asfMainNetBeansBuild.groovy | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index f7d74f7..c47bee3 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -350,8 +350,10 @@ def doParallelClusters(cconfigs) {
sh "cd
distpreparation${versionnedpath}installer && ./installer.sh ${binaryfile}
${version} ${timestamp}"
sh "cp
distpreparation${versionnedpath}installer/dist/bundles/* dist/installers/ "
sh "rm -rf
distpreparation${versionnedpath}installer/dist"
- }
archiveArtifacts 'distpreparation/**'
+
+ }
+
// the installer phase is ok we should have
installer for linux / windows + scripts and a bit of source to build macos later
---------------------------------------------------------------------
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