diff --git a/Jenkinsfile b/Jenkinsfile index bbc58f7..3677c48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,11 @@ pipeline { name: 'KAGGLE_USERNAME', trim: false ) - + password( + defaultValue: '', + description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', + name: 'KAGGLE_KEY' + ) cutoff( defaultValue: '', description: 'Value for head command'