This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master-jenkinsfile by this 
push:
     new d61bcbacb2 not too far test result parsing
d61bcbacb2 is described below

commit d61bcbacb21e21549c16b930d5051dddf29090a5
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Mar 13 19:31:46 2025 +1000

    not too far test result parsing
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7d650d1834..b62f64ac6b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,7 +77,7 @@ def mavenBuild(jdk, extraArgs) {
       }
     }
     finally {
-      junit testResults: 
'**/target/surefire-reports/**/*.xml,**/target/invoker-reports/TEST*.xml', 
allowEmptyResults: true
+      junit testResults: '**/target/surefire-reports/*.xml', 
allowEmptyResults: true
     }
   }
 }

Reply via email to