Fix filename

This commit is contained in:
Kamil Borowiec 2023-05-24 22:09:03 +02:00
parent b54fc50105
commit 4aff06e300

View File

@ -44,7 +44,7 @@ pipeline {
} }
steps { steps {
sh 'ls -a' sh 'ls -a'
sh 'python ./ium_z487173/predictions.py' sh 'python ./ium_z487173/predict.py'
archiveArtifacts 'prediction.csv' archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.csv' archiveArtifacts 'metrics.csv'
} }