bypass kaggle

This commit is contained in:
Kamil Borowiec 2023-05-24 20:46:58 +02:00
parent aa7d0a700d
commit ed803779d5
2 changed files with 2696 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,11 +31,12 @@ pipeline {
sh 'git clone https://git.wmi.amu.edu.pl/s487173/ium_z487173.git' sh 'git clone https://git.wmi.amu.edu.pl/s487173/ium_z487173.git'
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d vivovinco/20222023-football-player-stats' // pobieranie z kaggle przestało działać z przyczyn niezależnych ode mnie, tymczasowo pomijam by móc kontynuowac pracę
sh 'unzip 20222023-football-player-stats.zip -d ./ium_z487173' // sh 'kaggle datasets download -d vivovinco/20222023-football-player-stats'
sh 'rm 20222023-football-player-stats.zip' // sh 'unzip 20222023-football-player-stats.zip -d ./ium_z487173'
sh 'ls -a' // sh 'rm 20222023-football-player-stats.zip'
sh 'ls -a ./ium_z487173' //sh 'ls -a'
//sh 'ls -a ./ium_z487173'
} }
} }
} }