publish junit

This commit is contained in:
Emmanuel Cazenave 2018-04-24 17:44:25 +02:00
parent ffab1d3a1a
commit a42bd122ba
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ tox -r
}
post {
always {
junit 'test_results.xml'
script {
// Hack to have the 'jenkins build back to normal' mail sent
if (currentBuild.result == null) {