mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +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') {
|
stage('Test') {
|
||||||
when {
|
when {
|
||||||
|
Reference in New Issue
Block a user