skip gzip step
This commit is contained in:
parent
5b87600923
commit
b7068af19e
@ -21,7 +21,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'stats.txt.gz', fingerprint: true
|
archiveArtifacts artifacts: 'stats.txt', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cat barcelona_weekends.dev.csv | wc -l > stats
|
cat barcelona_weekends.dev.csv | wc -l > stats.txt
|
||||||
|
|
||||||
gzip -c stats > stats.txt.gz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user