This commit is contained in:
Dominik Strzako 2021-05-15 15:49:32 +02:00
parent 2e271479c3
commit b0c6403026

View File

@ -38,7 +38,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'wine_model/**'
archiveArtifacts 'model.h5'
}
}
}