From d09dcc9960c276469bc83828511d75c6c6c0670c Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 8 Nov 2024 19:02:16 -0800 Subject: [PATCH] fghjkl --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3f3c17c..d157b2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Test') { steps { - bat 'x64/Debug/test_repos.exe --gtest_output="xml:x64/Debug/"' + bat '"C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\test_repos.exe" --gtest_output="xml:x64/Debug/"' } } stage('Publish Test Results') {