add cutoff
This commit is contained in:
parent
b24acb3c0a
commit
d6946ea0da
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -8,6 +8,11 @@ pipeline {
|
||||
name: 'KAGGLE_USERNAME',
|
||||
trim: false
|
||||
)
|
||||
string(
|
||||
defaultValue: '100',
|
||||
description: 'Dataset cutoff size',
|
||||
name: 'CUTOFF'
|
||||
)
|
||||
password(
|
||||
defaultValue: '',
|
||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
||||
|
Loading…
Reference in New Issue
Block a user