fix(lighthouse): add mandatory publishHTML setting

This commit is contained in:
2026-01-12 11:12:01 +01:00
parent b5a7cda575
commit 1c9f4a5591

1
Jenkinsfile vendored
View File

@@ -53,6 +53,7 @@ pipeline {
publishHTML([ publishHTML([
allowMissing: true, allowMissing: true,
alwaysLinkToLastBuild: true, alwaysLinkToLastBuild: true,
keepAll: false,
reportDir: '.lighthouseci', reportDir: '.lighthouseci',
reportFiles: 'index.html', reportFiles: 'index.html',
reportName: 'Lighthouse Report' reportName: 'Lighthouse Report'