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:03:05 +02:00
parent 3be87b5abb
commit 80ab6bc256

View File

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