Update Jenkinsfile
This commit is contained in:
parent
308e2b194f
commit
7abe64177f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -3,6 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Dataset download and stats') {
|
||||
steps {
|
||||
sh "export KAGGLE_CONFIG_DIR='${env.WORKSPACE}/kaggle_config/'"
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh './dataset_download_and_run.sh'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user