update artifacts
Some checks failed
444507-training/pipeline/head There was a failure building this commit
s444507-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-16 01:37:13 +02:00
parent 7a446f1753
commit 57e24fa319

View File

@ -14,11 +14,6 @@ pipeline {
stage('Train model with sacred') {
steps {
sh "python3 lab08_deepLearining_mlflow.py $epoch'"
archiveArtifacts artifacts: 'games_model.pkl'
archiveArtifacts artifacts: 'mlruns/**'
archiveArtifacts artifacts: 'my_model/**'
sh 'rm -r mlruns'
sh 'rm -r my_model'
}
}
}