fixed CUTOFF value

This commit is contained in:
Mateusz Kuc 2023-04-20 19:37:19 +02:00
parent 276d1ea772
commit 2810dbb54f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
name: 'KAGGLE_KEY'
)
string(
defaultValue: '500',
defaultValue: '100',
description: 'CUTOFF',
name: 'CUTOFF',
trim: false