Fix
This commit is contained in:
parent
1f5c6be345
commit
1aa96f1654
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -37,6 +37,7 @@ node {
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}" ]) {
|
||||
sh '''echo KAGGLE_USERNAME: $KAGGLE_USERNAME'''
|
||||
sh './download_dataset.sh'
|
||||
sh "kaggle datasets download -d sohier/crime-in-baltimore"
|
||||
sh "unzip crime-in-baltimore.zip"
|
||||
sh 'python3 data.py'
|
||||
|
Loading…
Reference in New Issue
Block a user