Dockerfile

This commit is contained in:
Mateusz 2024-04-01 17:48:07 +02:00
parent 7cc806ba75
commit bae5aa88f8

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'kaggle datasets download -d mlg-ulb/creditcardfraud'
sh 'unzip creditcardfraud.zip'
sh 'unzip -o creditcardfraud.zip'
sh 'rm creditcardfraud.zip'
}
}