From 3947918c21c56bdd2e9c5b10b3c9c4dd82bd2816 Mon Sep 17 00:00:00 2001 From: huk_dmytro Date: Fri, 8 Nov 2024 19:42:59 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d157b2d..1162dc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } stage('Publish Test Results') { steps { - junit 'x64/Debug/test_repos.exe.gta.testdurations' + junit 'x64/Debug/test_repos.exe.gta.testdurations.xml' } }