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
0d82eb2fd3
commit
ba3ea15d15
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -58,7 +58,7 @@ def jobMatrix(String type, List specs) {
|
||||||
deleteDir()
|
deleteDir()
|
||||||
githubNotify(context: "${label}", description: 'Success', status: 'SUCCESS')
|
githubNotify(context: "${label}", description: 'Success', status: 'SUCCESS')
|
||||||
} catch (e) {
|
} 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/"
|
sh "tar czvf ${tarball} -C \${WORKSPACE}/build/test .DDS/"
|
||||||
archiveArtifacts tarball
|
archiveArtifacts tarball
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user