This commit is contained in:
Jakub Zaręba 2023-03-27 22:06:03 +02:00
parent 56794c6f7d
commit 22b9cfc568

4
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters {
string(
defaultValue: '50',
defaultValue: '5',
description: 'number of examples in dataset',
name: 'CUTOFF'
)
@ -54,7 +54,7 @@ pipeline {
echo "Processed Data" > output.txt
'''
sh "head -n ${params.CUTOFF} 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}"