From 7af457447b68ffa787f7417df9f4446a665bddaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Zar=C4=99ba?= Date: Mon, 27 Mar 2023 21:56:18 +0200 Subject: [PATCH] sdgh --- Jenkinsfile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b2cc82..bf5f8fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,14 @@ pipeline { agent any + parameters { + string( + defaultValue: '50', + description: 'number of examples in dataset', + name: 'CUTOFF' + ) + } + stages { stage('Preparation') { when { expression { true } } @@ -20,11 +28,6 @@ pipeline { description: 'Kaggle token taken from kaggle.json file', name: 'KAGGLE_KEY' ) - string( - defaultValue: '10', - description: 'number of examples in dataset', - name: 'CUTOFF' - ) ]) ]) } catch (err) {