Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-03-25 14:08:12 +01:00
parent a9ecfac22f
commit d5b8ab26dc

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
parameters {
string (
defaultValue: 'Hello World!',
defaultValue: 'Hellllo World!',
description: 'Tekst, którym chcesz przywitać świat',
name: 'INPUT_TEXT',
trim: false