Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 86bdedf1c -> 2e22e96fc


Fix filename pattern in XUnit analyzer for mstest


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

Branch: refs/heads/feature/cd-pipeline
Commit: 2e22e96fce94fcb0af55e0694006411d45f3df7d
Parents: 86bdedf
Author: Dominik Psenner <[email protected]>
Authored: Sat Nov 11 01:26:41 2017 +0100
Committer: Dominik Psenner <[email protected]>
Committed: Sat Nov 11 01:26:41 2017 +0100

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


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

Reply via email to