From 20877028b06c2be25290394a373e43a0a8e4e02b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 19:37:39 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71268f1..ab856ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,6 @@ pipeline { // sh 'rm -rf ium_z434686' sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686' - sh 'cd ium_z434686 | ls -a | tee ls.txt' } } @@ -47,7 +46,8 @@ pipeline { // Run the maven build withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { - sh 'kaggle datasets list' + sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings' + sh 'ls-a | tee ls.txt' } } }