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:52 UTC

[incubator-plc4x] 03/07: add surefire reports

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 2649c970792b00a7d63208e23bef4cf917a34758
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Feb 22 12:31:39 2018 +0100

    add surefire reports
---
 Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index dd6c81a..7313dfe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -68,6 +68,11 @@ pipeline {
                     sh "${MVN_HOME}/bin/mvn -Pjenkins-build ${mavenLocalRepo} clean ${mavenGoal} site:site"
                 }
             }
+            post {
+                always {
+                    junit '**/target/surefire-reports/*.xml'
+                }
+            }
         }
 
         stage('Stage Site') {

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