This commit is contained in:
Jakub Zaręba 2023-03-27 22:09:47 +02:00
parent ffeb989503
commit 3923d5c944

2
Jenkinsfile vendored
View File

@ -54,7 +54,7 @@ pipeline {
echo "Processed Data" > output.txt
'''
sh "head -n 5 olympics-124-years-datasettill-2020/Athletes_summer_games.csv"
sh "head -n ${params.CUTOFF} olympics-124-years-datasettill-2020/Athletes_summer_games.csv"
}
} catch (err) {
error "Failed to build: ${err.message}"