Use .tar.gz consistently in Jenkinsfile (#3764)

* Restore bz2 Jenkisn artifact archiving

* use gz, but consistently
This commit is contained in:
tersec 2022-06-16 20:43:12 +00:00 committed by GitHub
parent 21b69d5901
commit 0a8589986a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -78,7 +78,7 @@ def runStages(nodeDir) {
done
"""
try {
archiveArtifacts("*.tar.bz2")
archiveArtifacts("*.tar.gz")
} catch(e) {
println("Couldn't archive artefacts.")
println(e.toString());