mirror of
https://github.com/status-im/status-go.git
synced 2025-01-13 08:05:40 +00:00
chore(ci)_: archive logs in case of test failure
This commit is contained in:
parent
7b38a5b6bd
commit
e9882e88d3
@ -175,7 +175,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
success { script { github.notifyPR(true) } }
|
||||
failure { script { github.notifyPR(false) } }
|
||||
failure {
|
||||
script {
|
||||
github.notifyPR(false)
|
||||
archiveArtifacts('**/test_*.log')
|
||||
}
|
||||
}
|
||||
cleanup {
|
||||
dir(env.TMPDIR) { deleteDir() }
|
||||
sh "make git-clean"
|
||||
|
Loading…
x
Reference in New Issue
Block a user