From 9f0e1c2ea7f156d00d7d9becc2eb7aa9637e05d4 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 12 Jan 2026 12:41:17 +0100 Subject: [PATCH] fix(lighthouse): fix report files name in jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a444dc6..fecf9c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,7 +71,7 @@ pipeline { alwaysLinkToLastBuild: true, keepAll: false, reportDir: '.lighthouseci', - reportFiles: 'index.html', + reportFiles: '*.html', reportName: 'Lighthouse Report' ]) echo "Clean unused image"