jenkinsfile edited
This commit is contained in:
parent
65e9e39a08
commit
fa8d8dae17
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -2,22 +2,11 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string (
|
|
||||||
defaultValue: '500',
|
|
||||||
description: 'Liczba wierszy do odcięcia od datasetu',
|
|
||||||
name: 'CUTOFF',
|
|
||||||
trim: false
|
|
||||||
),
|
|
||||||
string(
|
string(
|
||||||
defaultValue: 'yerbamate',
|
defaultValue: 'yerbamate',
|
||||||
description: 'Kaggle username',
|
description: 'Kaggle username',
|
||||||
name: 'KAGGLE_USERNAME',
|
name: 'KAGGLE_USERNAME',
|
||||||
trim: false
|
trim: false
|
||||||
),
|
|
||||||
password(
|
|
||||||
defaultValue: '',
|
|
||||||
description: 'Kaggle token',
|
|
||||||
name: 'KAGGLE_KEY'
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user