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 {