add default value to kaggle key

This commit is contained in:
Maciej Czajka 2022-03-27 21:53:20 +02:00
parent b96f2f8552
commit 147f290bf9

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
trim: false
)
password(
defaultValue: '',
defaultValue: 'd8f044ad2b96d32372e22f9054c02bb1',
description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',
name: 'KAGGLE_KEY'
)