remove of secret key
This commit is contained in:
parent
ab6621941b
commit
0abeb75a91
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
password(
|
password(
|
||||||
defaultValue: '',
|
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_SECRET_KEY'
|
||||||
)
|
)
|
||||||
string(
|
string(
|
||||||
defaultValue: 'riraasaa',
|
defaultValue: 'riraasaa',
|
||||||
|
Loading…
Reference in New Issue
Block a user