fix Jenkinsfile

This commit is contained in:
Łukasz Koziej 2023-03-29 00:47:10 +02:00
parent f486b3bd7e
commit 9abda999ea

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ stage('Build') {
stage('Cut data') {
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') {