updated data download

This commit is contained in:
s464953 2024-05-08 21:28:11 +02:00
parent 279dbc885a
commit db937e4e58
1 changed files with 1 additions and 18 deletions

19
Jenkinsfile vendored
View File

@ -19,22 +19,5 @@ pipeline {
}
}
}
stage('Run Script') {
steps {
script {
withEnv([
"KAGGLE_USERNAME=${env.KAGGLE_USERNAME}",
"KAGGLE_KEY=${env.KAGGLE_KEY}"])
{
sh "bash ./download_dataset.sh"
}
}
}
}
stage('Archive Artifacts') {
steps {
archiveArtifacts artifacts: 'artifacts/*', onlyIfSuccessful: true
}
}
}
}