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/RollingFileAppender-NG Commit: d39d94dc53bf8584cfa45f68f2eb7cc527110567 Parents: 7552617 Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 16:13:17 2017 +0200 Committer: Dominik Psenner <[email protected]> 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 ]
