diff --git a/Jenkinsfile b/Jenkinsfile index 4640aeb..05dc3ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,7 @@ pipeline { stage('Run create-dataset script') { steps { withEnv (["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) { + sh 'rm -rf .kaggle' sh 'ls -al' sh 'chmod +x create-dataset.py' sh 'python3 ./create-dataset.py'