removed comma, added comma

This commit is contained in:
Anna Nowak 2021-03-28 23:09:24 +02:00
parent 2878a3dcb8
commit 2ad0cf70c3

4
Jenkinsfile vendored
View File

@ -6,14 +6,14 @@ pipeline {
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',
name: 'KAGGLE_KEY' name: 'KAGGLE_KEY'
) )
string( string(
defaultValue: '10' defaultValue: '10',
description: 'CUTOFF', description: 'CUTOFF',
name: 'CUTOFF' name: 'CUTOFF'
) )