Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:08:20 +02:00
parent 4964ecdace
commit ffdd28ad8c

View File

@ -34,8 +34,9 @@ pipeline {
}
}
steps {
sh 'python ./ium_z434686/predict.py'
archiveArtifacts 'prediction.csv'
sh 'ls -a'
sh 'python ./ium_z434686/predict.py'
archiveArtifacts 'prediction.csv'
}
}
stage('clear_after') {