This commit is contained in:
Dominik 2021-03-25 12:47:03 +01:00
parent bb58761d99
commit ac9a51c8c4

6
Jenkinsfile vendored
View File

@ -3,9 +3,9 @@ pipeline {
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters {
string (
defaultValue: 'Hello World!',
description: 'Tekst, którym chcesz przywitać świat',
name: 'INPUT_TEXT',
defaultValue: '500',
description: 'Podaj ilość wierszy do odcięcia od zbioru danych',
name: 'CUTOFF',
trim: false
)
}