Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline b42ee98df -> bd9269073


Let xunit aggregate test results from all aggregated trx files


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bd926907
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bd926907
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bd926907

Branch: refs/heads/feature/cd-pipeline
Commit: bd9269073fe8978e1e8d9bfe0cd4797465121616
Parents: b42ee98
Author: Dominik Psenner <[email protected]>
Authored: Sun Nov 12 00:36:07 2017 +0100
Committer: Dominik Psenner <[email protected]>
Committed: Sun Nov 12 00:36:07 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bd926907/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 23b7551..a074ca7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -274,7 +274,7 @@ pipeline {
                                                        $class               : 
'MSTestJunitHudsonTestType',
                                                        deleteOutputFiles    : 
false,
                                                        failIfNotNew         : 
true,
-                                                       pattern              : 
'package/tests/bin/**/*.mstest.trx',
+                                                       pattern              : 
'package/**/*.trx',
                                                        skipNoTestFiles      : 
true,
                                                        stopProcessingIfError: 
true
                                                ]

Reply via email to