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 5099cea  tolerate empty result
5099cea is described below

commit 5099ceaa0a5b868c6434269befabb69391394be5
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jul 13 20:21:09 2022 +0200

    tolerate empty result
---
 vars/asfMainNetBeansBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index 6ec768d..d424bd9 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -366,7 +366,7 @@ def doParallelClusters(cconfigs) {
                                 sh "cp -r 
build-${clustername}-temp/nbbuild/nbms/** dist${versionnedpath}nbms/"
 
                                 archiveArtifacts 'WEBZIP.zip'
-                                junit 
"build-${clustername}-temp/nbbuild/build/javadoc/checklinks-errors.xml"
+                                junit testResults: 
"build-${clustername}-temp/nbbuild/build/javadoc/checklinks-errors.xml", 
allowEmptyResults:true
                                 def localRepo = ".repository"
                                 def netbeansbase = 
"build-${clustername}-temp/nbbuild"
                                 
withMaven(maven:tooling.myMaven,jdk:tooling.jdktool,publisherStrategy: 
'EXPLICIT',mavenLocalRepo: localRepo,options:[artifactsPublisher(disabled: 
true)])


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

Reply via email to