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
8ed1036908
commit
153e5e16f9
@ -20,7 +20,7 @@ pipeline {
|
|||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
steps{
|
steps{
|
||||||
sh 'zip /var/lib/jenkins/workspace/s430705-training_master/model.zip /var/lib/jenkins/workspace/s430705-training_master/model_movies'
|
sh 'zip /var/lib/jenkins/workspace/s430705-training_master/model.zip /var/lib/jenkins/workspace/s430705-training_master/model_movies'
|
||||||
archiveArtifacts 'model.zip'
|
archiveArtifacts '/var/lib/jenkins/workspace/s430705-training_master/model.zip'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Send notification'){
|
stage('Send notification'){
|
||||||
|
Loading…
Reference in New Issue
Block a user