diff --git a/Jenkinsfile b/Jenkinsfile index 10025e3..0072ec6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,8 +19,8 @@ pipeline { stage('sh: Shell Script') { steps { sh 'chmod +x preparations.sh' - sh './preparations.sh $(CUTOFF)' sh 'echo $(CUTOFF)' + sh './preparations.sh $(CUTOFF)' } } stage('archiveArtifacts'){