mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Archive backend coverage in ci
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,7 +1,6 @@
|
||||
import groovy.transform.Field
|
||||
|
||||
@Field
|
||||
def shOutput = ""
|
||||
def buildxPushTags = ""
|
||||
|
||||
def getVersion() {
|
||||
@ -85,10 +84,8 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'coverage.html'
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
script {
|
||||
shOutput = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user