Commented out kaggle
This commit is contained in:
parent
e11aad39f8
commit
0efc6c0d20
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -19,12 +19,12 @@ node {
|
|||||||
|
|
||||||
img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') {
|
img.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns ') {
|
||||||
|
|
||||||
stage("Kaggle"){
|
// stage("Kaggle"){
|
||||||
withCredentials([usernamePassword(credentialsId: '53ff19bf-dbb7-4275-a609-634b57fe0627', passwordVariable: 'KAGGLE_KEY', usernameVariable: 'KAGGLE_USERNAME')]) {
|
// withCredentials([usernamePassword(credentialsId: '53ff19bf-dbb7-4275-a609-634b57fe0627', passwordVariable: 'KAGGLE_KEY', usernameVariable: 'KAGGLE_USERNAME')]) {
|
||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
// sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh 'kaggle datasets list'
|
// sh 'kaggle datasets list'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
// stage('MLflow') {
|
// stage('MLflow') {
|
||||||
// sh 'ls -l /tmp/mlruns'
|
// sh 'ls -l /tmp/mlruns'
|
||||||
|
Loading…
Reference in New Issue
Block a user