task(UM_03) Update Jenkinsfile

This commit is contained in:
sadurska@trui.pl 2021-04-17 20:17:50 +02:00
parent 8d8d1019ee
commit 61c38501f8

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ 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: 'Witaj świecie!',
description: 'Tekst, którym chcesz przywitać świat', description: 'Tekst, którym chcesz przywitać świat',
name: 'INPUT_TEXT', name: 'INPUT_TEXT',
trim: false trim: false