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 c9bcb31  hardcoded path
c9bcb31 is described below

commit c9bcb3118c37b66e6a7d9a30d8a1bb3b7918cb18
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Oct 7 23:06:45 2021 +0200

    hardcoded path
---
 jobs/Jenkinsmatrixfile.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index 6e3efc2..a6d909d 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -17,12 +17,12 @@ pipeline {
      
                 git 'https://github.com/apache/netbeans'
                 sh 'rm -f *.json* '
-                sh 'rm -f nbbuild/*.zip'
+                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'
                 sh 'ant build-test-dist 
-Dmetabuild.jsonurl=file:netbeansrelease.json'
                 stash includes: 'nbbuild/build/testdist.zip', name: 
'testbuildzip'
-                sh 'mv nbbuild/netbeans**/NetBeans*.zip 
nbbuild/NetBeansIDE.zip '
+                sh 'mv nbbuild/NetBeans-dev-NetBeans/netbeans*.zip 
nbbuild/NetBeansIDE.zip '
                 stash includes: 'nbbuild/NetBeansIDE.zip', name: 'idebuildzip'
             }
         }

---------------------------------------------------------------------
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

Reply via email to