add cutoff

This commit is contained in:
Karol Cyganik 2024-03-26 19:59:52 +01:00
parent b24acb3c0a
commit d6946ea0da
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -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',