diff --git a/Jenkinsfile.create_dataset b/Jenkinsfile.create_dataset index 8edcbaa..e44b747 100644 --- a/Jenkinsfile.create_dataset +++ b/Jenkinsfile.create_dataset @@ -28,9 +28,8 @@ node { stage('Run script') { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) { - sh "rm real-or-fake-fake-jobposting-prediction.zip" - sh "ls" sh "python3 download_dataset.py '.' 'dataset.csv'" + sh "ls" } } stage('Archive artifacts') {