Browse Source

qwerty

master
Dmytro 6 days ago
parent
commit
5b4a545ea2
  1. 12
      Jenkinsfile

12
Jenkinsfile

@ -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
}
} }
} }
Loading…
Cancel
Save