This commit is contained in:
Wojciech Lidwin 2023-03-26 19:40:17 +02:00
parent 292b7369ec
commit 02e6a9905f

3
Jenkinsfile vendored
View File

@ -32,7 +32,8 @@ node {
"KAGGLE_KEY=${params.KAGGLE_KEY}",
"CUTOFF=${params.CUTOFF}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh './download_dataset.sh'
sh 'chmod +x ./download_dataset.sh'
sh './download_dataset.sh'
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
}
}