diff --git a/Jenkinsfile b/Jenkinsfile index cbf5c5f..10025e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { steps { sh 'chmod +x preparations.sh' sh './preparations.sh $(CUTOFF)' - sh '$(CUTOFF)' + sh 'echo $(CUTOFF)' } } stage('archiveArtifacts'){