fix(lighthouse): fix report files name in jenkinsfile

This commit is contained in:
2026-01-12 12:41:17 +01:00
parent 587c94c695
commit 9f0e1c2ea7

2
Jenkinsfile vendored
View File

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