feat(ci): add automated Lighthouse audit pipeline #2
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user