Browse Source

qwerty

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

14
Jenkinsfile

@ -20,12 +20,12 @@ pipeline {
steps {
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