From 9abda999ea340ee231f1cb4f4c668e8343613aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Koziej?= <lukkoz2@st.amu.edu.pl> Date: Wed, 29 Mar 2023 00:47:10 +0200 Subject: [PATCH] fix Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 857f2e1..9e2fa2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {