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