Test
This commit is contained in:
parent
477eb60a79
commit
292b7369ec
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -32,7 +32,6 @@ node {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}" ]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh "chmod u+x ./download_dataset.sh"
|
||||
sh './download_dataset.sh'
|
||||
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user