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