Test
This commit is contained in:
parent
c343220c9a
commit
00a6945f24
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -32,7 +32,8 @@ node {
|
|||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||||
"CUTOFF=${params.CUTOFF}" ]) {
|
"CUTOFF=${params.CUTOFF}" ]) {
|
||||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||||
sh 'chmod +x ./download_dataset.sh'
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
|
sh 'chmod u+x ./download_dataset.sh'
|
||||||
sh './download_dataset.sh'
|
sh './download_dataset.sh'
|
||||||
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
archiveArtifacts artifacts: 'baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user