fix7
This commit is contained in:
parent
bb58761d99
commit
ac9a51c8c4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user