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 ea78a7c try add effective tests
ea78a7c is described below
commit ea78a7cae7e0a6e98df1e808981ab75cb0b17781
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Oct 8 00:36:25 2021 +0200
try add effective tests
---
jobs/Jenkinsmatrixfile.groovy | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/jobs/Jenkinsmatrixfile.groovy b/jobs/Jenkinsmatrixfile.groovy
index a6d909d..b2f526e 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-dev-NetBeans/netbeans*.zip
nbbuild/NetBeansIDE.zip '
+ sh 'mv nbbuild/NetBeans-dev-Netbeans/netbeans*.zip
nbbuild/NetBeansIDE.zip '
stash includes: 'nbbuild/NetBeansIDE.zip', name: 'idebuildzip'
}
}
@@ -54,8 +54,9 @@ pipeline {
unzip zipFile: 'nbbuild/NetBeansIDE.zip',
dir:'netbeans'
sh 'java -version'
sh 'ant -version'
- // this is not good
- sh 'ant -f testdist/unit/unit-all-unit.xml
runtests -Dnetbeans.dest.dir=./netbeans'
+ // 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"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists