zad 3.7
This commit is contained in:
parent
b43e9ce3f0
commit
13e34118e0
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: '10000!',
|
||||
description: 'Obcięcie zbioru',
|
||||
name: 'CUTOFF',
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user