From 0e1680e4a1a9a384188f14985dd36faef275072c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Miko=C5=82ajski?= Date: Wed, 19 Apr 2023 18:27:29 +0200 Subject: [PATCH] Update 'Jenkinsfile-Docker' --- Jenkinsfile-Docker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile-Docker b/Jenkinsfile-Docker index 249aa67..9d33d27 100644 --- a/Jenkinsfile-Docker +++ b/Jenkinsfile-Docker @@ -33,6 +33,8 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}", "CUT = ${params.CUT}" ]) { + sh 'ls -l' + sh 'echo $KAGGLE_USERNAME' sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt' sh 'unzip -o water-quality.zip >> output.txt' sh 'python3 create_dataset.py $CUT >> output.txt'