Save MLFlow model in training job
All checks were successful
s430705-evaluation/pipeline/head This commit looks good
s430705-training/pipeline/head This commit looks good

This commit is contained in:
michalzareba 2021-05-23 12:40:33 +02:00
parent 4c274c38e5
commit 89830e5d5e

View File

@ -22,7 +22,7 @@ pipeline {
stage('Archive artifacts') {
steps{
archiveArtifacts 'model_movies/**'
archiveArtifacts 'movies_imdb/**'
}
}
}