From af2c3ae5d4b3477abd073884c4857908ae500c61 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Thu, 20 Apr 2023 10:48:46 +0200 Subject: [PATCH] Uncommented MLFLow --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 92b306d..185973b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,13 +26,13 @@ node { // } // } -// stage('MLflow') { -// sh 'ls -l /tmp/mlruns' -// sh 'ls -l /mlruns' -// sh 'python3 ./train.py' -// sh 'ls -l /tmp/mlruns' -// sh 'ls -l /mlruns' -// } + stage('MLflow') { + sh 'ls -l /tmp/mlruns' + sh 'ls -l /mlruns' + sh 'python3 ./train.py' + sh 'ls -l /tmp/mlruns' + sh 'ls -l /mlruns' + } stage("DVC"){ withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: 'IUM_SFTP_KEY')]) {