Update Jenkinsfile

This commit is contained in:
s452487 2024-04-01 21:39:20 +02:00
parent 308e2b194f
commit 7abe64177f

1
Jenkinsfile vendored
View File

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