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