From c4e902f76340562caafab997f6159bfc29dfd4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 26 Jun 2022 12:47:46 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-prediction-s444409' --- Jenkinsfile-prediction-s444409 | 2 -- 1 file changed, 2 deletions(-) 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" } }