update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-10 11:38:54 +02:00
parent 0ac82891d1
commit 7bd0c9e8ef

View File

@ -12,7 +12,7 @@ pipeline {
trim: false trim: false
) )
password( password(
defaultValue: 'd8f044ad2b96d32372e22f9054c02bb1', 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'
) )