diff --git a/Jenkinsfile_training b/Jenkinsfile_training index 5d7d9a5..e64aa6b 100644 --- a/Jenkinsfile_training +++ b/Jenkinsfile_training @@ -17,7 +17,7 @@ pipeline { stage('Archive artifacts') { steps{ - archiveArtifacts artifacts: 'model_movies.pb' + archiveArtifacts 'model_movies.pb' } } stage('Send notification'){