diff --git a/Jenkinsfile b/Jenkinsfile index 5831652..e1863e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,6 +53,7 @@ pipeline { publishHTML([ allowMissing: true, alwaysLinkToLastBuild: true, + keepAll: false, reportDir: '.lighthouseci', reportFiles: 'index.html', reportName: 'Lighthouse Report'