update jenkinsfile_train-sacred
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 15:35:45 +02:00
parent f8af56e2ca
commit 4a3099ce3a

View File

@ -22,6 +22,7 @@ pipeline {
sh 'cat MLProject'
sh 'ls mlruns'
archiveArtifacts artifacts: 'mlruns/**'
sh 'rm -r mlruns'
}
}
}