IUM_03 - Jenkinsfile fix

This commit is contained in:
Paweł Łączkowski 2024-03-20 17:33:00 +01:00
parent 6f0188ad29
commit a65cc10fae
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
defaultValue: '', defaultValue: '',
description: 'Kaggle API key' description: 'Kaggle API key'
) )
number ( string (
name: 'CUTOFF', name: 'CUTOFF',
defaultValue: '10', defaultValue: '10',
description: 'Get only the first CUTOFF rows of the dataset' description: 'Get only the first CUTOFF rows of the dataset'