From 6ecc832fbe41c6e3afc0d50bdd185daa3dfa76db Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Wed, 25 Apr 2018 10:15:27 +0200 Subject: [PATCH] wip --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc4783b..f99323b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { always { junit 'test_results.xml' script { - utils = Utils() + utils = new Utils() utils.publish_cobertura_report('**/coverage.xml') // Hack to have the 'jenkins build back to normal' mail sent