From fc64dd1fe97fba2f297741d4d08de9ccbd3347cc Mon Sep 17 00:00:00 2001 From: AdamOsiowy123 Date: Sun, 10 Apr 2022 21:26:16 +0200 Subject: [PATCH] fix jenkinsfile --- Jenkinsfile.create_dataset | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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') {