Archive 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/4d00469d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4d00469d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4d00469d Branch: refs/heads/feature/RollingFileAppender-NG Commit: 4d00469d4646115c66d90b501aba4e904a27cb34 Parents: 4b4a25e Author: Dominik Psenner <[email protected]> Authored: Tue Jul 4 19:43:38 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Tue Jul 4 19:43:38 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4d00469d/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 9409b7a..e32afeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ pipeline { bat "${NANT_BIN} -t:net-3.5 -buildfile:log4net.build compile-net-3.5" stash includes: 'bin/**/*.*', name: 'net-3.5-assemblies' bat "${NANT_BIN} -t:net-3.5 -buildfile:tests/nant.build runtests-net-3.5 && exit 0" - junit 'testresults/**/*.xml' + archive 'testresults/**/*.xml' } } stage('build net-3.5-cp') {
