Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 48af3ef08 -> d39d94dc5


Jenkinsfile: include only *.nunit.xml files when parsing test results


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

Branch: refs/heads/feature/cd-pipeline
Commit: d39d94dc53bf8584cfa45f68f2eb7cc527110567
Parents: 7552617
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Wed Jul 5 16:13:17 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Wed Jul 5 16:14:41 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d39d94dc/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 66630a0..89df712 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -228,7 +228,7 @@ pipeline {
                                                        $class               : 
'NUnitJunitHudsonTestType',
                                                        deleteOutputFiles    : 
false,
                                                        failIfNotNew         : 
true,
-                                                       pattern              : 
'package/tests/bin/**/*.xml',
+                                                       pattern              : 
'package/tests/bin/**/*.nunit.xml',
                                                        skipNoTestFiles      : 
true,
                                                        stopProcessingIfError: 
true
                                                ]

Reply via email to