Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:49:24 +02:00
parent 050753c17a
commit 1fe7f3fc3b

View File

@ -42,7 +42,7 @@ pipeline {
sh 'ls -a'
sh 'python ./ium_z434686/predict.py'
archiveArtifacts 'prediction.csv'
archiveArtifacts 'metrics.txt'
archiveArtifacts 'metrics.csv'
}
}
stage('clear_after') {