Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:16:46 +02:00
parent 9afd1f405d
commit 93e7602c0f

View File

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