diff --git a/Jenkinsfile b/Jenkinsfile index c8c3d0f..9d7cd32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,11 @@ pipeline { name: 'KAGGLE_USERNAME', trim: false ) + string( + defaultValue: '100', + description: 'Dataset cutoff size', + name: 'CUTOFF' + ) password( defaultValue: '', description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',