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
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
parameters {
|
parameters {
|
||||||
string (
|
string (
|
||||||
defaultValue: 'Hello World!',
|
defaultValue: '10000!',
|
||||||
description: 'Tekst, którym chcesz przywitać świat',
|
description: 'Obcięcie zbioru',
|
||||||
name: 'INPUT_TEXT',
|
name: 'CUTOFF',
|
||||||
trim: false
|
trim: false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user