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 887354c288 - Show all commits

1
Jenkinsfile vendored
View File

@@ -53,6 +53,7 @@ pipeline {
publishHTML([ publishHTML([
allowMissing: true, allowMissing: true,
alwaysLinkToLastBuild: true, alwaysLinkToLastBuild: true,
keepAll: false,
reportDir: '.lighthouseci', reportDir: '.lighthouseci',
reportFiles: 'index.html', reportFiles: 'index.html',
reportName: 'Lighthouse Report' reportName: 'Lighthouse Report'