From 72912c506eb029e29ff205826c05e3abd3898404 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 21 Apr 2020 10:56:21 -0400 Subject: [PATCH] archive log file --- contrib/ci/Jenkinsfile.tidy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/ci/Jenkinsfile.tidy b/contrib/ci/Jenkinsfile.tidy index b3318cbab6..87e58d21ad 100644 --- a/contrib/ci/Jenkinsfile.tidy +++ b/contrib/ci/Jenkinsfile.tidy @@ -102,6 +102,10 @@ pipeline post { + always + { + archiveArtifacts artifacts: 'build/clang-tidy.log', fingerprint: true + } failure { githubNotify context: 'tidy', description: 'build failed', status: 'FAILURE' -- 2.39.5