list dataset
This commit is contained in:
parent
2ff5e87b7c
commit
f2d519b4a7
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -33,10 +33,11 @@ pipeline {
|
||||
script {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh './download.sh'
|
||||
sh 'kaggle datasets list'
|
||||
}
|
||||
}
|
||||
sh './download.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user