fix(lighthouse): fix report files name in jenkinsfile

This commit is contained in:
2026-01-12 12:41:17 +01:00
parent 75436836a5
commit fc91764d86

2
Jenkinsfile vendored
View File

@@ -71,7 +71,7 @@ pipeline {
alwaysLinkToLastBuild: true, alwaysLinkToLastBuild: true,
keepAll: false, keepAll: false,
reportDir: '.lighthouseci', reportDir: '.lighthouseci',
reportFiles: 'index.html', reportFiles: '*.html',
reportName: 'Lighthouse Report' reportName: 'Lighthouse Report'
]) ])
echo "Clean unused image" echo "Clean unused image"