From e795d79171f28a106c0803cef65c26a05ee7ac53 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Fri, 8 Nov 2024 18:54:06 -0800 Subject: [PATCH] fghjkl --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7d290e..04400cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Build') { steps { - bat '"C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\test_repos.exe" --gtest_output="xml:C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\"' + bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /p:Configuration=Release' } } @@ -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:C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\"' } } stage('Publish Test Results') {