From 861af374cd6ee77d9f3dc6c775d0246d902228aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 30 Nov 2023 12:06:18 +0100 Subject: [PATCH] feat(ci): archive AUT logs generated by tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- test/e2e/ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/ci/Jenkinsfile b/test/e2e/ci/Jenkinsfile index 9988fc7ff2..770abd1ea8 100644 --- a/test/e2e/ci/Jenkinsfile +++ b/test/e2e/ci/Jenkinsfile @@ -159,6 +159,7 @@ pipeline { } post { always { script { + archiveArtifacts('aut/*.log') allure([ results: [[path: 'allure-results']], reportBuildPolicy: 'ALWAYS',