Merge remote-tracking branch 'origin/master'
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
commit
104352318d
@ -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'){
|
||||
|
@ -47,4 +47,4 @@ model.fit(
|
||||
)
|
||||
|
||||
|
||||
model.save('model_movies.pb')
|
||||
model.save('model_movies')
|
Loading…
Reference in New Issue
Block a user