This commit is contained in:
Daniel Porzucek 2024-03-20 15:11:59 +01:00
parent 23b1f7e301
commit dcd41d9cb0
2 changed files with 3 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -18,6 +18,7 @@ pipeline {
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
chmod 777 ./data_download.sh
sh './data_download.sh'
}
}

View File

@ -1,3 +1,5 @@
#!/bin/bash
kaggle datasets download iabhishekofficial/mobile-price-classification
cat test.csv
sed 's/\([^,]*\),\(.*\)/\2/' test.csv
cat test.csv