From b190c8fbc25fec952d29374a4b3339ce83de1b25 Mon Sep 17 00:00:00 2001 From: Natalia Szymczyk Date: Thu, 20 Apr 2023 22:57:58 +0200 Subject: [PATCH] cutoff --- Jenkinsfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e0678b1..fabc15b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,14 +1,15 @@ pipeline { agent any - //Definijuemy parametry, które będzie można podać podczas wywoływania zadania -// parameters { -// string ( -// defaultValue: 'Hello World!', -// description: 'To jest tekst, którym chce przywitać świat', -// name: 'INPUT_TEXT', -// trim: false -// ) -// } + + parameters { + string ( + defaultValue: '0', + description: 'Zdefiniowanie wielkości odcięcia zbioru danych', + name: 'CUTOFF', + trim: false + ) + } + stages { stage('Checkout') { steps {