fix Jenkinsfile
This commit is contained in:
parent
f486b3bd7e
commit
9abda999ea
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,7 +43,7 @@ stage('Build') {
|
|||||||
|
|
||||||
stage('Cut data') {
|
stage('Cut data') {
|
||||||
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
withEnv(["CUTOFF=${params.CUTOFF}"]) {
|
||||||
sh '''head -n $((CUTOFF)) books_edited.csv | tail $((6811 - CUTOFF)) > books_edited_cut.csv'''}
|
sh '''head -n $((CUTOFF)) books_edited.csv > books_edited_cut.csv'''}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Save data into artifacts') {
|
stage('Save data into artifacts') {
|
||||||
|
Loading…
Reference in New Issue
Block a user