afs
This commit is contained in:
parent
22b9cfc568
commit
ef084fcd05
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
defaultValue: '5',
|
defaultValue: '50',
|
||||||
description: 'number of examples in dataset',
|
description: 'number of examples in dataset',
|
||||||
name: 'CUTOFF'
|
name: 'CUTOFF'
|
||||||
)
|
)
|
||||||
@ -54,7 +54,7 @@ pipeline {
|
|||||||
|
|
||||||
echo "Processed Data" > output.txt
|
echo "Processed Data" > output.txt
|
||||||
'''
|
'''
|
||||||
sh "head -n ${params.CUTOFF} olympics-124-years-datasettill-2020\\Athletes_summer_games.csv"
|
sh "head -n 5 olympics-124-years-datasettill-2020\Athletes_summer_games.csv"
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
error "Failed to build: ${err.message}"
|
error "Failed to build: ${err.message}"
|
||||||
|
Loading…
Reference in New Issue
Block a user