diff --git a/Jenkinsfile-prediction-s444409 b/Jenkinsfile-prediction-s444409 index c92c375..29e6b96 100644 --- a/Jenkinsfile-prediction-s444409 +++ b/Jenkinsfile-prediction-s444409 @@ -21,8 +21,6 @@ buildSelector( stage('Copy Artifacts') { steps { copyArtifacts projectName: 's444409-training/main', selector: buildParameter('BUILD_SELECTOR') - sh "echo ${params.INPUT} > input_example.json" - sh "python predict.py" } }