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 2f24b16 try to get nbpacker in the right path 2f24b16 is described below commit 2f24b1674faa42be02d72fdc293aa17dd2105460 Author: Eric Barboni <sk...@apache.org> AuthorDate: Fri Jan 27 13:00:35 2023 +0100 try to get nbpacker in the right path --- vars/asfMainNetBeansBuild.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy index 6bf2b7c..31ebba5 100644 --- a/vars/asfMainNetBeansBuild.groovy +++ b/vars/asfMainNetBeansBuild.groovy @@ -375,7 +375,7 @@ def doParallelClusters(cconfigs) { sh "mvn org.apache.maven.plugins:maven-dependency-plugin:3.5.0:unpack -DoutputDirectory=nbpackage${versionnedpath}installer -Dartifact=org.apache.netbeans:nbpackage:${nbpackageversion}:zip:bin -Dmaven.repo.local=${env.WORKSPACE}/.repository -DremoteRepositories=apache.snapshots.https::::https://repository.apache.org/snapshots" // build installer only deb for testing. - sh "nbpackage${versionnedpath}installer/nbpackage-${nbpackageversion}/bin/nbpackage --type linux-deb -Pname=\"Apache NetBeans\" -Pversion=${version} -Purl=\"https://netbeans.apache.org\" -Pdeb.maintainer=\"NetBeans Mailing List <us...@netbeans.apache.org>\" -Pdeb.desktop-filename=\"dist/installers/apache-netbeans-ide-${rmversion}\" -Pdeb.wmclass=\"Apache NetBeans IDE ${rmversion}\" --input dist${versionnedpath}${path}-${rmversion}-bin.zip " + sh "cd dist/installers/ && ../../nbpackage${versionnedpath}installer/nbpackage-${nbpackageversion}/bin/nbpackage --type linux-deb -Pname=\"Apache NetBeans\" -Pversion=${version} -Purl=\"https://netbeans.apache.org\" -Pdeb.maintainer=\"NetBeans Mailing List <us...@netbeans.apache.org>\" -Pdeb.desktop-filename=\"apache-netbeans-ide-${rmversion}\" -Pdeb.wmclass=\"Apache NetBeans IDE ${rmversion}\" --input ../../dist${versionnedpath}${path}-${r [...] // debug output archiveArtifacts "nbpackage${versionnedpath}installer/**" } --------------------------------------------------------------------- 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