From a65cc10fae35b2db9722f48661ab021ce0c41acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=81=C4=85czkowski?= Date: Wed, 20 Mar 2024 17:33:00 +0100 Subject: [PATCH] IUM_03 - Jenkinsfile fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1250818..a0f4f15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { defaultValue: '', description: 'Kaggle API key' ) - number ( + string ( name: 'CUTOFF', defaultValue: '10', description: 'Get only the first CUTOFF rows of the dataset'