add zip to include all files
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
104352318d
commit
391b308c7a
@ -19,7 +19,8 @@ pipeline {
|
||||
|
||||
stage('Archive artifacts') {
|
||||
steps{
|
||||
archiveArtifacts 'model_movies/saved_model.pb'
|
||||
sh 'zip model.zip model_movies'
|
||||
archiveArtifacts 'model.zip'
|
||||
}
|
||||
}
|
||||
stage('Send notification'){
|
||||
|
Loading…
Reference in New Issue
Block a user