sfg
This commit is contained in:
parent
56794c6f7d
commit
22b9cfc568
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user