Commented out kaggle

This commit is contained in:
Tomasz 2022-05-30 11:59:40 +02:00
parent e11aad39f8
commit 0efc6c0d20

12
Jenkinsfile vendored
View File

@ -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'