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

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

commit 1e32743cf1849b667f9ead7e8666369bd044c464
Author: olivier lamy <[email protected]>
AuthorDate: Mon Jun 1 16:24:25 2020 +1000

    do not fail for empty result so cleanws is done
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile.its | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 1030c52..5506399 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -32,7 +32,7 @@ pipeline {
   }
   post {
     always {
-      junit 'core-it-suite/target/surefire-reports/*.xml'
+      junit testResults: 'core-it-suite/target/surefire-reports/*.xml', 
allowEmptyResults: true
       cleanWs()
     }
   }

Reply via email to