mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
CI: Fix log tarball name in error case
This commit is contained in:
committed by
Dennis Klein
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
|
||||
|
||||
|
Reference in New Issue
Block a user