jenkinsfile: keep all reports (required for blue ocean)

This commit is contained in:
Frédéric Péters 2018-04-25 23:16:21 +02:00
parent 9b35224a00
commit cc5a6f44d6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -34,7 +34,7 @@ pipeline {
publishHTML target : [
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: false,
keepAll: true,
reportDir: 'htmlcov',
reportFiles: 'index.html',
reportName: 'Coverage Report',