Merge remote-tracking branch 'origin/master'
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
michalzareba 2021-05-10 19:42:31 +02:00
commit 104352318d
2 changed files with 2 additions and 2 deletions

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'){

View File

@ -47,4 +47,4 @@ model.fit(
)
model.save('model_movies.pb')
model.save('model_movies')