From 53531492c0fa976bd85f5cd1cf7ce7edab6d9616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 26 Jun 2022 12:49:05 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-prediction-s444409' --- Jenkinsfile-prediction-s444409 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-prediction-s444409 b/Jenkinsfile-prediction-s444409 index 29e6b96..c877681 100644 --- a/Jenkinsfile-prediction-s444409 +++ b/Jenkinsfile-prediction-s444409 @@ -27,7 +27,7 @@ buildSelector( stage('Prediction') { steps { sh "echo ${params.INPUT} > input_example.json" - sh "python prediction-s444409.py" + sh "python3 prediction-s444409.py" } } }