mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
CI: Fix log tarball name in error case
This commit is contained in:
parent
9c3478252a
commit
2e9a088b4d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -58,7 +58,7 @@ def jobMatrix(String type, List specs) {
|
|||
deleteDir()
|
||||
githubNotify(context: "${label}", description: 'Success', status: 'SUCCESS')
|
||||
} catch (e) {
|
||||
def tarball = "${prefix}_${label}_dds_logs.tar.gz"
|
||||
def tarball = "${type}_${job}_dds_logs.tar.gz"
|
||||
sh "tar czvf ${tarball} -C \${WORKSPACE}/build/test .DDS/"
|
||||
archiveArtifacts tarball
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user