Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:10:22 +02:00
parent c0ab048eb0
commit bee60e03dd

4
Jenkinsfile vendored
View File

@ -6,13 +6,13 @@ pipeline {
description: 'Umożliwia zdefiniowanie wielkości odcięcia zbioru danych.',
name: 'CUTOFF',
trim: false
),
)
string(
defaultValue: 'rokoch',
description: 'Kaggle username',
name: 'KAGGLE_USERNAME',
trim: false
),
)
password(
defaultValue: '',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',