redo jenkinsfile_train
Some checks failed
s437622-training/pipeline/head There was a failure building this commit

This commit is contained in:
Jakub Pogodziński 2021-05-15 19:42:42 +02:00
parent 1950772664
commit aaaf3574dd

View File

@ -29,7 +29,7 @@ pipeline {
}
}
stage('end') {
stage('Save model') {
steps {
archiveArtifacts 'model/saved_model.pb'
}