mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +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()
|
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