fix(lighthouse): fix report files name in jenkinsfile
All checks were successful
Portfolio/pipeline/head This commit looks good
All checks were successful
Portfolio/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user