[netbeans-jenkins-lib] branch master updated: path fix

2021-10-08 Thread skygo
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 b43f699  path fix
b43f699 is described below

commit b43f6999ea9b3beac12fd8fb03f8f4e57f6c4e10
Author: Eric Barboni 
AuthorDate: Fri Oct 8 17:28:35 2021 +0200

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

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index c400aa4..ed37e53 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -52,7 +52,7 @@ pipeline {
 unstash 'testbuildzip'
 unstash 'idebuildzip'
 unzip  zipFile: 'nbbuild/build/testdist.zip', 
dir:'testdir'
-unzip  zipFile: 'nbbuild/NetBeansIDE.zip', 
dir:'netbeans'
+unzip  zipFile: 'zip/NetBeansIDE.zip', 
dir:'netbeans'
 sh 'java -version'
 sh 'ant -version'
 // this is not finished

-
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



[netbeans-jenkins-lib] branch master updated: path fix

2021-10-07 Thread skygo
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 0c51ef4  path fix
0c51ef4 is described below

commit 0c51ef47ddf499736e8d7dd14d37a80c0380510f
Author: Eric Barboni 
AuthorDate: Thu Oct 7 20:24:17 2021 +0200

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

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index d93ca6c..0e641bb 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -22,7 +22,7 @@ pipeline {
 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*.zip nbbuild/NetBeansIDE.zip '
+sh 'mv nbbuild/NetBeans**/NetBeans*.zip 
nbbuild/NetBeansIDE.zip '
 stash includes: 'nbbuild/NetBeansIDE.zip', name: 'idebuildzip'
 }
 }
@@ -66,4 +66,4 @@ pipeline {
 
 }
 
-}
\ No newline at end of file
+}

-
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