You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/02/22 11:56:53 UTC

[incubator-plc4x] 04/07: added failsafe reports and allow both to be empty

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

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 7854033fd62650313090c8d87e44451903b129eb
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Feb 22 12:39:28 2018 +0100

    added failsafe reports and allow both to be empty
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7313dfe..8ee2794 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -70,7 +70,8 @@ pipeline {
             }
             post {
                 always {
-                    junit '**/target/surefire-reports/*.xml'
+                    junit(testResults: '**/surefire-reports/*.xml', allowEmptyResults: true)
+                    junit(testResults: '**/failsafe-reports/*.xml', allowEmptyResults: true)
                 }
             }
         }

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.