mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-09-24 21:10:21 +01:00
Use Publish HTML in CI
This commit is contained in:
Vendored
+9
-1
@@ -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