jenkinsfile fix

This commit is contained in:
s434695 2021-06-11 23:41:02 +02:00
parent 1619669b46
commit 4d2ce5bac0

View File

@ -13,7 +13,7 @@ pipeline {
} }
post { post {
success { success {
archiveArtifacts 'sample.txt' archiveArtifacts 'vgsales_model_dvc.h5'
mail body: 'SUCCESS', mail body: 'SUCCESS',
subject: 's434695 DVC', subject: 's434695 DVC',