diff --git a/predict_444501.Jenkinsfile b/predict_444501.Jenkinsfile index 238e060..bc8cb05 100644 --- a/predict_444501.Jenkinsfile +++ b/predict_444501.Jenkinsfile @@ -24,7 +24,7 @@ pipeline { stage('Predict') { steps { sh 'echo ${params.INPUT} > input_example.json' - sh 'python predict_444501.py $INPUT' + sh 'python predict_444501.py' } } }