check files

This commit is contained in:
AdamOsiowy123 2022-04-10 21:16:12 +02:00
parent 1399efbeea
commit 7557964d40

View File

@ -28,6 +28,8 @@ node {
stage('Run script') {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) {
sh "pwd"
sh "ls"
sh "rm *.csv"
sh "python3 download_dataset.py '.' 'dataset.csv'"
}