mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Get artifacts on build fail
This commit is contained in:
parent
569d2b0dce
commit
8fb2821343
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -149,6 +149,7 @@ pipeline {
|
||||
sh 'figlet "SUCCESS"'
|
||||
}
|
||||
failure {
|
||||
archiveArtifacts(artifacts: 'debug/**.*', allowEmptyArchive: true)
|
||||
juxtapose event: 'failure'
|
||||
sh 'figlet "FAILURE"'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user