mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Add binaries to ci artifacts
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -76,6 +76,11 @@ pipeline {
|
||||
'''
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts allowEmptyArchive: false, artifacts: 'bin/*'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
when {
|
||||
|
Reference in New Issue
Block a user