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