feat(ci): add automated Lighthouse audit pipeline #2

Merged
Lucas merged 12 commits from develop into master 2026-01-12 11:53:24 +00:00
Showing only changes of commit 97bbdfdf02 - Show all commits

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"