From 0efc6c0d20db61e677f65e3184ee26c407fae213 Mon Sep 17 00:00:00 2001 From: Tomasz Date: Mon, 30 May 2022 11:59:40 +0200 Subject: [PATCH] Commented out kaggle --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e40928f..b0e450e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,12 +19,12 @@ node { img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') { - stage("Kaggle"){ - withCredentials([usernamePassword(credentialsId: '53ff19bf-dbb7-4275-a609-634b57fe0627', passwordVariable: 'KAGGLE_KEY', usernameVariable: 'KAGGLE_USERNAME')]) { - sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' - sh 'kaggle datasets list' - } - } +// stage("Kaggle"){ +// withCredentials([usernamePassword(credentialsId: '53ff19bf-dbb7-4275-a609-634b57fe0627', passwordVariable: 'KAGGLE_KEY', usernameVariable: 'KAGGLE_USERNAME')]) { +// sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' +// sh 'kaggle datasets list' +// } +// } // stage('MLflow') { // sh 'ls -l /tmp/mlruns'