mongo poprawka
Some checks failed
s444501-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444501 2022-05-11 16:18:41 +02:00
parent 05779cc34c
commit 9cba817a43

View File

@ -30,7 +30,10 @@ pipeline {
}
stage('Archive artifacts') {
steps {
archiveArtifacts artifacts: 'model.pkl, neural_network_prediction_results.csv, my_run'
archiveArtifacts artifacts: 'model.pkl, neural_network_prediction_results.csv'
dir('my_run') {
archiveArtifacts artifacts: '**'
}
}
}
stage ('Model - evaluation') {