Z
This commit is contained in:
parent
9d3844261c
commit
6157947c4f
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -35,6 +35,7 @@ node {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}" ]) {
|
||||
sh '''echo KAGGLE_USERNAME: $KAGGLE_USERNAME'''
|
||||
sh '''ls'''
|
||||
sh './download_dataset.sh'
|
||||
sh 'python3 data.py'
|
||||
archiveArtifacts artifacts: 'BPD_Part_1_Victim_Based_Crime_Data.csv,baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv'
|
||||
|
Loading…
Reference in New Issue
Block a user