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