Archive backend coverage in ci

This commit is contained in:
Jamie Curnow
2023-07-27 13:50:13 +10:00
parent d8a3726f3a
commit 1e0baa3911
2 changed files with 2 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -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 = ""
}
}
}
}