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 40debe1  path update
40debe1 is described below

commit 40debe156f35154135e593bb283d1354a522841f
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Oct 8 01:16:30 2021 +0200

    path update
---
 jobs/Jenkinsmatrixfile.groovy | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index b2f526e..c80c4a4 100644
--- a/jobs/Jenkinsmatrixfile.groovy
+++ b/jobs/Jenkinsmatrixfile.groovy
@@ -17,7 +17,7 @@ pipeline {
      
                 git 'https://github.com/apache/netbeans'
                 sh 'rm -f *.json* '
-                sh 'rm -f nbbuild/NetBeans-dev-NetBeans/*.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'
@@ -55,8 +55,8 @@ pipeline {
                                 sh 'java -version'
                                 sh 'ant -version'
                                 // this is not finished
-                                sh "ant -f testdist/build.xml 
-Dtest.clusters=${env.MODULE} -Dtest.types=unit 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans"
-                                sh "ant -f testdist/build.xml 
-Dtest.clusters=${env.MODULE} -Dtest.types=qa-functional 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans"
+                                sh "ant -f ${WORKSPACE}/testdist/build.xml 
-Dtest.clusters=${env.MODULE} -Dtest.types=unit 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans"
+                                sh "ant -f ${WORKSPACE}/testdist/build.xml 
-Dtest.clusters=${env.MODULE} -Dtest.types=qa-functional 
-Dnetbeans.dest.dir=${WORKSPACE}/netbeans"
                                 
                             }
                         }

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