Repository: maven-surefire
Updated Branches:
  refs/heads/master 944c08d70 -> d468680be


[Jenkinsfile] Included junit: failsafe-reports


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/d468680b
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/d468680b
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/d468680b

Branch: refs/heads/master
Commit: d468680be5d6f2a936df4a7c2efd2172c9eef773
Parents: 944c08d
Author: Tibor17 <tibo...@lycos.com>
Authored: Sun Mar 12 23:06:43 2017 +0100
Committer: Tibor17 <tibo...@lycos.com>
Committed: Sun Mar 12 23:06:43 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/d468680b/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 854f959..cbac90d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
             }
             post {
                 success {
-                    junit '**/target/surefire-reports/**/*.xml' 
+                    junit 
'**/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml' 
                 }
             }
         }
@@ -30,7 +30,7 @@ pipeline {
             }
             post {
                 success {
-                    junit '**/target/surefire-reports/**/*.xml' 
+                    junit 
'**/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml' 
                 }
             }
         }

Reply via email to