diff --git a/Jenkinsfile b/Jenkinsfile index 30f86ac..8e5c835 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) {