diff --git a/Jenkinsfile b/Jenkinsfile index 090b0b7..77762a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,16 +3,16 @@ pipeline { parameters{ string( - defaultValue: 'ma', + defaultValue: 'maciej', description: 'Kaggle username', 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' - // ) + 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 {