diff --git a/Jenkinsfile_training b/Jenkinsfile_training index ce31087..97e2c8e 100644 --- a/Jenkinsfile_training +++ b/Jenkinsfile_training @@ -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' } } }