From 55c938091cb7d2985545d97c09bda07beea50d4f Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Mon, 19 Apr 2021 14:33:08 +0200 Subject: [PATCH] tweak(UMA_03) Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 51207d2..abff78e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline{ agent any - properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])]) + properties([options([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])]) stages{ stage('checkout: Check out from version control'){ steps{ @@ -9,7 +9,7 @@ pipeline{ } stage('sh: Shell Script'){ steps{ - script.sh + ./script.sh } } stage('Archive artifacts'){