Jenkinsfile: use mergeJunitResults() (#38313)

This commit is contained in:
Benjamin Dauvergne 2019-12-09 15:33:28 +01:00
parent 55995f8141
commit 23c5530f68
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
'index.html', 'htmlcov-coverage-passerelle', 'Coverage passerelle tests')
utils.publish_pylint('pylint.out')
}
junit 'junit-*.xml'
mergeJunitResults()
}
}
}