Fixed jenkins file
This commit is contained in:
parent
c0ab048eb0
commit
bee60e03dd
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,13 +6,13 @@ pipeline {
|
|||||||
description: 'Umożliwia zdefiniowanie wielkości odcięcia zbioru danych.',
|
description: 'Umożliwia zdefiniowanie wielkości odcięcia zbioru danych.',
|
||||||
name: 'CUTOFF',
|
name: 'CUTOFF',
|
||||||
trim: false
|
trim: false
|
||||||
),
|
)
|
||||||
string(
|
string(
|
||||||
defaultValue: 'rokoch',
|
defaultValue: 'rokoch',
|
||||||
description: 'Kaggle username',
|
description: 'Kaggle username',
|
||||||
name: 'KAGGLE_USERNAME',
|
name: 'KAGGLE_USERNAME',
|
||||||
trim: false
|
trim: false
|
||||||
),
|
)
|
||||||
password(
|
password(
|
||||||
defaultValue: '',
|
defaultValue: '',
|
||||||
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
|
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