|
@ -20,12 +20,12 @@ pipeline { |
|
|
steps { |
|
|
steps { |
|
|
bat '"x64\\Debug\\test_repos.exe" --gtest_output="xml:x64/Debug/"' |
|
|
bat '"x64\\Debug\\test_repos.exe" --gtest_output="xml:x64/Debug/"' |
|
|
} |
|
|
} |
|
|
} |
|
|
}} |
|
|
stage('Publish Test Results') { |
|
|
|
|
|
steps { |
|
|
|
|
|
junit 'test_report.xml' |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
post { |
|
|
|
|
|
always { |
|
|
|
|
|
// Publish test results using the junit step |
|
|
|
|
|
junit 'test_report.xml' // Specify the path to the XML test result files |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |