IUM_04 - update Jenkinsfile

This commit is contained in:
Paweł Łączkowski 2024-03-29 17:08:38 +01:00
parent 7f35d24ac5
commit 18d7698fb5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh "kaggle datasets download -d uciml/breast-cancer-wisconsin-data"
sh "unzip -o breast-cancer-wisconsin-data.zip"
sh "mkdir datasets"
sh "mkdir -p datasets"
sh "mv data.csv datasets/data.csv"
}
}