remove kaggle key

This commit is contained in:
Szymon Parafiński 2022-04-11 08:41:07 +02:00
parent 9b8a2c59b3
commit e1bceebb15

2
Jenkinsfile vendored
View File

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