Use .tar.gz consistently in Jenkinsfile (#3764)
* Restore bz2 Jenkisn artifact archiving * use gz, but consistently
This commit is contained in:
parent
21b69d5901
commit
0a8589986a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue