From 13e34118e04dc03519e586f58b777e6c68dad9fd Mon Sep 17 00:00:00 2001 From: s434695 Date: Sun, 28 Mar 2021 21:14:26 +0200 Subject: [PATCH] zad 3.7 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0decf01..7c3dc8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,9 +3,9 @@ pipeline { //Definijuemy parametry, które będzie można podać podczas wywoływania zadania parameters { string ( - defaultValue: 'Hello World!', - description: 'Tekst, którym chcesz przywitać świat', - name: 'INPUT_TEXT', + defaultValue: '10000!', + description: 'Obcięcie zbioru', + name: 'CUTOFF', trim: false ) }