Jenkinsfile: renamed tool from NUnit to NUnitJunitHudsonTestType .. if only there would be a documentation ..
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/267e589d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/267e589d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/267e589d Branch: refs/heads/feature/RollingFileAppender-NG Commit: 267e589def5888c3176870fe5bd850fb53c6433b Parents: 2623fd5 Author: Dominik Psenner <[email protected]> Authored: Wed Jul 5 15:41:45 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Wed Jul 5 15:41:45 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/267e589d/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 2c47804..1272a08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -219,7 +219,7 @@ pipeline { $class : 'XUnitBuilder', tools : [ [ - $class : 'NUnit', + $class : 'NUnitJunitHudsonTestType', deleteOutputFiles : false, failIfNotNew : true, pattern : 'tests/bin/**/*.xml',
