From c6a00ffa6d41da2fe859031ddc3ac125288098a4 Mon Sep 17 00:00:00 2001 From: SniAssia Date: Mon, 17 Nov 2025 19:52:32 +0000 Subject: [PATCH] x --- JenkinsFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsFile b/JenkinsFile index d2f2995e3..aa27652de 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -38,7 +38,7 @@ pipeline { post { always { - junit allowEmptyResults: true, testResults: 'backend/target/surefire-reports/*.xml' + junit allowEmptyResults: true, testResults: 'target/surefire-reports/*.xml' archiveArtifacts artifacts: 'target/*.jar', fingerprint: true } }