diff --git a/Jenkinsfile b/Jenkinsfile index 3f3c17c..d7d290e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Build') { steps { - bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /p:Configuration=Release' + bat '"C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\test_repos.exe" --gtest_output="xml:C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\exx\\x64\\Debug\\"' } }