Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-11 00:51:13 +02:00
parent 2aac19ba9b
commit d459756481

View File

@ -40,6 +40,7 @@ pipeline {
steps {
sh 'ls -a'
sh 'python ./ium_z434686/predict.py'
sh 'python ./ium_z434686/plot.py'
archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.csv'
archiveArtifacts 'metrics.png'