Add binaries to ci artifacts

This commit is contained in:
Jamie Curnow
2021-06-30 11:32:10 +10:00
parent 86a35beb3a
commit 225569920f

5
Jenkinsfile vendored
View File

@@ -76,6 +76,11 @@ pipeline {
''' '''
} }
} }
post {
success {
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
}
}
} }
stage('Test') { stage('Test') {
when { when {