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'){