removed comma

This commit is contained in:
Daniel Porzucek 2024-03-20 15:09:42 +01:00
parent 24230e8b6c
commit 23b1f7e301

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
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',