From f7306886c82e0d6c333d46f3c8416576df63af53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Mon, 7 Jun 2021 00:05:54 +0200 Subject: [PATCH] Fixed typo --- Jenkinsfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4c0cf3..f111b7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,13 +19,13 @@ node { img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/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('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')]) {