From 00760b702d1f183de55cd691c9b010eabce2c98e Mon Sep 17 00:00:00 2001 From: Maciej Date: Mon, 29 Mar 2021 02:46:50 +0200 Subject: [PATCH] . --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93205ac..cbf5c5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,8 @@ pipeline { stage('sh: Shell Script') { steps { sh 'chmod +x preparations.sh' - sh './preparations.sh "$(CUTOFF)"' + sh './preparations.sh $(CUTOFF)' + sh '$(CUTOFF)' } } stage('archiveArtifacts'){