From 57e24fa31933b4eb50b620269e0558f9be08edac Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Mon, 16 May 2022 01:37:13 +0200 Subject: [PATCH] update artifacts --- Jenkinsfile_training | 5 ----- 1 file changed, 5 deletions(-) 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' } } }