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

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


The following commit(s) were added to refs/heads/feature/Jenkinsfile_update by 
this push:
     new 7854033  added failsafe reports and allow both to be empty
7854033 is described below

commit 7854033fd62650313090c8d87e44451903b129eb
Author: Sebastian Rühl <sru...@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
sru...@apache.org.

Reply via email to