You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/03/18 17:43:08 UTC

[netbeans-jenkins-lib] branch master updated: fix mv of zip file

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 2969dee  fix mv of zip file
2969dee is described below

commit 2969deee8b66f0ed08db0e65dd4a056395473aff
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Mar 18 18:43:03 2022 +0100

    fix mv of zip file
---
 jobs/Jenkinsmatrixfile.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index ea5e75d..e831e2d 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -39,7 +39,7 @@ pipeline {
                 sh 'rm -f nbbuild/NetBeans-dev-Netbeans/*.zip'
                 sh 'wget -Onetbeansrelease.json "https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json" '
                 sh "ant build -Dmetabuild.jsonurl=file:netbeansrelease.json -Dzip.dir=${WORKSPACE}/zip"
-                sh "cd ${WORKSPACE}/zip/ && cd * && mv *.zip ${WORKSPACE}/zip/NetBeansIDE.zip "
+                sh "cd ${WORKSPACE}/zip/ && mv *.zip ${WORKSPACE}/zip/NetBeansIDE.zip "
                 stash includes: "zip/NetBeansIDE.zip", name: 'idebuildzip'
                 sh 'ant build-test-dist -Dmetabuild.jsonurl=file:netbeansrelease.json'
                 stash includes: 'nbbuild/build/testdist.zip', name: 'testbuildzip'

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists