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 99d87e7 attempt to put installer on nightlies 99d87e7 is described below commit 99d87e776b4268ef0e06b99c34f14e4c25ec49a2 Author: Eric Barboni <sk...@apache.org> AuthorDate: Thu Feb 2 12:36:22 2023 +0100 attempt to put installer on nightlies --- vars/asfMainNetBeansBuild.groovy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy index 2f7b060..72e5a33 100644 --- a/vars/asfMainNetBeansBuild.groovy +++ b/vars/asfMainNetBeansBuild.groovy @@ -363,8 +363,7 @@ def doParallelClusters(cconfigs) { sh "cd distpreparation${versionnedpath}installer && ./installer.sh ${binaryfile} ${version} ${timestamp}" // we archive put to nightlies only exe for window, nbpackage is intended to do the installler sh "cp distpreparation${versionnedpath}installer/dist/bundles/*.exe dist/installers/ " - publishToNightlies("/netbeans/candidate/installers","distpreparation${versionnedpath}installer/dist/bundles/*.exe","distpreparation${versionnedpath}installer/dist/bundles/") - + sh "rm -rf distpreparation${versionnedpath}installer/dist" // XXX take too long 18012023 publishToNightlies("/netbeans/candidate/installerspreparation","distpreparation/**/**","distpreparation") @@ -383,7 +382,7 @@ def doParallelClusters(cconfigs) { sh "cp nbpackage${versionnedpath}installer/*.deb dist/installers/ " sh "cd nbpackage${versionnedpath}installer/ && nbpackage-${nbpackageversion}/bin/nbpackage -v --type linux-rpm -Pname=\"Apache NetBeans\" -Pversion=${debversion} -Purl=\"https://netbeans.apache.org\" -Prpm.desktop-filename=\"apache-netbeans-ide-${rmversion}\" -Prpm.wmclass=\"Apache NetBeans IDE ${rmversion}\" --input ../../../dist${versionnedpath}${path}-${rmversion}-bin.zip " sh "cp nbpackage${versionnedpath}installer/*.rpm dist/installers/ " - archiveArtifacts "nbpackage${versionnedpath}installer/**" + // archiveArtifacts "nbpackage${versionnedpath}installer/**" } } @@ -431,6 +430,8 @@ def doParallelClusters(cconfigs) { archiveArtifacts 'dist/**' publishToNightlies("/netbeans/candidate/${versionnedpath}","dist${versionnedpath}/*","dist${versionnedpath}") + publishToNightlies("/netbeans/candidate/installers","dist/installers/*","dist/installers/") + } } } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists