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