From f426717a186e317646c17ca5a3bcb16dfa418d71 Mon Sep 17 00:00:00 2001 From: Karolina Oparczyk Date: Sun, 23 May 2021 22:56:38 +0200 Subject: [PATCH] mlflow save model --- JenkinsfileNeural | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileNeural b/JenkinsfileNeural index ff23b9c..a9c7eb7 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -23,11 +23,11 @@ node { sh ''' #!/usr/bin/env bash chmod 777 neural_network.sh - rm -r model + rm -r youtube_model ./neural_network.sh $EPOCHS | tee output.txt ''' archiveArtifacts 'output.txt' - archiveArtifacts 'model/**/*.*' + archiveArtifacts 'youtube_model/**' } } /*emailext body: 'Successful build',