From a42bd122ba990114b8f5f194e130663361c39faf Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 24 Apr 2018 17:44:25 +0200 Subject: [PATCH] publish junit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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) {