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 17:19:04 +02:00
parent bc601b30a0
commit b120219fcf

View File

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