From 981ba97f9a35e0acadefee75a3473d0bc75a5238 Mon Sep 17 00:00:00 2001 From: Dawid Date: Sun, 23 May 2021 18:20:33 +0200 Subject: [PATCH] change jenkinsfile --- Jenkisfile_train | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkisfile_train b/Jenkisfile_train index 879942b..4669e23 100644 --- a/Jenkisfile_train +++ b/Jenkisfile_train @@ -19,7 +19,6 @@ pipeline { sh 'python3 tensor.py' sh 'rm -rf country_vaccination' sh 'chmod +x mlflow_model.py' - sh 'python3 mlflow_model.py' sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000" sh 'python3 mlflow_model.py' } @@ -27,7 +26,6 @@ pipeline { stage('archiveArtifacts') { steps{ archiveArtifacts 'vaccines_model/saved_model.pb' - archiveArtifacts 'country_vaccination2/**' } } stage('sendMail') {