add artifacts
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-14 15:13:55 +02:00
parent eef645fc49
commit d4dc3c23b2

View File

@ -39,6 +39,8 @@ pipeline {
stage('Archive mlflow') {
steps {
sh 'cd ./lab8'
sh 'tar -czf mlruns.tar.gz mlruns/'
archiveArtifacts 'mlruns.tar.gz'
}
}
}