From 09194a133cf9d0540c723c9cd0b62bcd944bbbb9 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 29 Oct 2025 19:02:31 +0200 Subject: [PATCH] Fixing tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a292d88..0ac82b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } post { always { - archiveArtifacts artifacts: "tmp/*/*.log", allowEmptyArchive: true + archiveArtifacts artifacts: "tmp/*/*.log", excludes: "tmp/*/docker.log", allowEmptyArchive: true } } }