Update 'Jenkinsfile_training'

This commit is contained in:
Zofia Galla 2021-05-15 15:30:33 +02:00
parent 2e39677b03
commit 3344d3814d

View File

@ -23,7 +23,7 @@ pipeline {
}
stage('Archive artifacts') {
steps{
archiveArtifacts artifacts: 'model_movies'
archiveArtifacts artifacts: 'model_movies/**/*.*'
}
}
}