From cea712d6ffd7a415310d14de20612223a9c5ea9e Mon Sep 17 00:00:00 2001 From: AdamOsiowy123 Date: Sun, 10 Apr 2022 21:08:10 +0200 Subject: [PATCH] delete all csv.file --- Jenkinsfile.create_dataset | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.create_dataset b/Jenkinsfile.create_dataset index eb5247c..6983c80 100644 --- a/Jenkinsfile.create_dataset +++ b/Jenkinsfile.create_dataset @@ -28,6 +28,7 @@ node { stage('Run script') { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) { + sh "rm *.csv" sh "python3 download_dataset.py '.' 'dataset.csv'" } }