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'