delete all csv.file
This commit is contained in:
parent
5e2309b6ea
commit
772a7881c5
@ -28,6 +28,7 @@ node {
|
||||
stage('Run script') {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) {
|
||||
rm *.csv
|
||||
sh "python3 download_dataset.py '.' 'dataset.csv'"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user