Zaktualizuj 'Jenkinsfile_training'

This commit is contained in:
Michał Zaręba 2021-05-10 19:04:09 +02:00
parent 8892555d61
commit f52f18665e

View File

@ -19,7 +19,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts '/var/lib/jenkins/workspace/s430705-training_master/model_movies.pb'
archiveArtifacts 'model_movies/saved_model.pb'
}
}
stage('Send notification'){