Zaktualizuj 'Jenkinsfile_training'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-10 18:01:37 +02:00
parent ceb2f1144d
commit 3be87b5abb

View File

@ -19,7 +19,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'model_movies.pb'
archiveArtifacts './model_movies.pb'
}
}
stage('Send notification'){