Skip to content

Commit 2255699

Browse files
committed
Add binaries to ci artifacts
1 parent 86a35be commit 2255699

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ pipeline {
7676
'''
7777
}
7878
}
79+
post {
80+
success {
81+
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
82+
}
83+
}
7984
}
8085
stage('Test') {
8186
when {

0 commit comments

Comments
 (0)