add zip to include all files
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
michalzareba 2021-05-10 19:54:08 +02:00
parent 104352318d
commit 391b308c7a

View File

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