mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Use Publish HTML in CI
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -84,8 +84,16 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'coverage.html'
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
publishHTML([
|
||||
allowMissing: false,
|
||||
alwaysLinkToLastBuild: true,
|
||||
keepAll: false,
|
||||
reportDir: 'backend-coverage',
|
||||
reportFiles: 'index.html',
|
||||
reportName: 'Backend Coverage',
|
||||
useWrapperFileDirectly: true
|
||||
])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user