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:19:51 +02:00
parent 80ab6bc256
commit 8892555d61

View File

@ -19,7 +19,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'model_movies.pb'
archiveArtifacts '/var/lib/jenkins/workspace/s430705-training_master/model_movies.pb'
}
}
stage('Send notification'){