From 473bd7b05dcb97559d353fe19d13c4ef32ccdfd7 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 12 Jan 2026 11:12:01 +0100 Subject: [PATCH] fix(lighthouse): add mandatory publishHTML setting --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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'