mongo poprawka
Some checks failed
s444501-training/pipeline/head There was a failure building this commit
Some checks failed
s444501-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
05779cc34c
commit
9cba817a43
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user