This commit is contained in:
s434695 2021-03-28 21:14:26 +02:00
parent b43e9ce3f0
commit 13e34118e0

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: '10000!',
description: 'Obcięcie zbioru',
name: 'CUTOFF',
trim: false
)
}