forked from tzietkiewicz/ium-helloworld
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 ') {
|
||||
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user