diff --git a/Jenkinsfile b/Jenkinsfile index 3350e6e..2145836 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,11 @@ pipeline { description: 'Value for head command', name: 'CUTOFF' ) + password( + defaultValue: '', + description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials', + name: 'KAGGLE_KEY' + ) } stages { stage("Check out from version control") {