diff --git a/Jenkinsfile b/Jenkinsfile index 3f18f76..9e15928 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,8 +36,6 @@ node { "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' archiveArtifacts artifacts: 'BPD_Part_1_Victim_Based_Crime_Data.csv,baltimore_train.csv, baltimore_test.csv, baltimore_dev.csv' }