Update 'Jenkinsfile'

This commit is contained in:
Jakub Rychel 2023-03-25 14:08:36 +01:00
parent b50ccefb6f
commit 48f1c41ab3

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 UPDATED x2 World!',
defaultValue: 'Hello UPDATED x4 World!',
description: 'Tekst, którym chcesz przywitać świat',
name: 'INPUT_TEXT',
trim: false