fix(lighthouse): add mandatory publishHTML setting
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-12 11:12:01 +01:00
parent 330c96e5a2
commit 887354c288

1
Jenkinsfile vendored
View File

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