diff --git a/Jenkinsfile b/Jenkinsfile index 81ffadd..6f77af6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,14 +6,14 @@ pipeline { 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' ) string( - defaultValue: '10' + defaultValue: '10', description: 'CUTOFF', name: 'CUTOFF' )