This commit is contained in:
Emmanuel Cazenave 2018-04-25 10:15:27 +02:00
parent a419830cdf
commit 6ecc832fbe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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