mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
CI: Collect DDS logs on error
This commit is contained in:
parent
107248be0a
commit
b4aeb320e5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -52,6 +52,10 @@ def jobMatrix(String type, List specs) {
|
|||
deleteDir()
|
||||
githubNotify(context: "${label}", description: 'Success', status: 'SUCCESS')
|
||||
} catch (e) {
|
||||
def tarball = "${prefix}_${label}_dds_logs.tar.gz"
|
||||
sh "tar czvf ${tarball} -C \${WORKSPACE}/build/test .DDS/"
|
||||
archiveArtifacts tarball
|
||||
|
||||
deleteDir()
|
||||
githubNotify(context: "${label}", description: 'Error', status: 'ERROR')
|
||||
throw e
|
||||
|
|
Loading…
Reference in New Issue
Block a user