add default value to kaggle key
This commit is contained in:
parent
b96f2f8552
commit
147f290bf9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user