From 4aff06e3003f83961d4fd631d7085e38c87c8622 Mon Sep 17 00:00:00 2001 From: Kamil Borowiec Date: Wed, 24 May 2023 22:09:03 +0200 Subject: [PATCH] Fix filename --- Jenkinsfile_predict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index 3082f02..5872c2f 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -44,7 +44,7 @@ pipeline { } steps { sh 'ls -a' - sh 'python ./ium_z487173/predictions.py' + sh 'python ./ium_z487173/predict.py' archiveArtifacts 'prediction.csv' archiveArtifacts 'metrics.csv' }