From b50ccefb6f7f603d745e297d5eb86230a9a8fde7 Mon Sep 17 00:00:00 2001 From: Jakub Rychel Date: Sat, 25 Mar 2023 14:05:01 +0100 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0eaa49b..3c21748 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { //Definijuemy parametry, które będzie można podać podczas wywoływania zadania parameters { string ( - defaultValue: 'Hello UPDATED World!', + defaultValue: 'Hello UPDATED x2 World!', description: 'Tekst, którym chcesz przywitać świat', name: 'INPUT_TEXT', trim: false