From a0892ac42af040c641373bcfdec1fd64190e8bed Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Mon, 4 Jul 2022 13:22:40 +0300 Subject: [PATCH] fix logs --- .ci/matrix_job.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/matrix_job.yaml b/.ci/matrix_job.yaml index b4c370122..fa9522cdd 100644 --- a/.ci/matrix_job.yaml +++ b/.ci/matrix_job.yaml @@ -220,6 +220,7 @@ steps: [ "x${do_coverity}" == "xtrue" ] && action=yes || action=no env WORKSPACE=$PWD TARGET=${flags} jenkins_test_cov=${action} ./contrib/test_jenkins.sh parallel: false + archiveArtifacts: 'jenkins/' onfail: | if [ -d jenkins ]; then gzip -f ./jenkins/*.tar 2>/dev/null || true