Add binaries to ci artifacts
This commit is contained in:
parent
86a35beb3a
commit
225569920f
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -76,6 +76,11 @@ pipeline {
|
|||
'''
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
when {
|
||||
|
|
|
|||
Loading…
Reference in a new issue