remove of secret key

This commit is contained in:
Adrian Charkiewicz 2022-03-24 20:30:56 +01:00
parent ab6621941b
commit 0abeb75a91

2
Jenkinsfile vendored
View File

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